From 372c047d1e3675816fd6410099d32e401d03444b Mon Sep 17 00:00:00 2001 From: MorganGeek Date: Mon, 6 Jul 2020 14:27:33 +0200 Subject: [PATCH] aliases for end of day/current hour --- dot_zsh_aliases | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dot_zsh_aliases b/dot_zsh_aliases index 9db7dac..219cd86 100644 --- a/dot_zsh_aliases +++ b/dot_zsh_aliases @@ -40,6 +40,7 @@ alias me='mb' alias j='jira issue open' alias trello='3llo' alias work='moro' +alias endofday='moro status 2>&1 | \grep -Eo "Working until ([0-9:]+) will make.*" | uniq | \grep -Eo "([0-9]+:[0-9]+)"' # News alias hack='hacker' @@ -166,6 +167,7 @@ alias path='echo -e ${PATH//:/\\n}' # Explode and display current PATH alias p='ps -ef | grep -i ' # Show matching processes. Usage : p alias root='sudo -i' alias ':q'='exit' +alias current_hour='date +"%H:%M"' # Linters alias checken="aspell check -d en"