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"