From 41a496e1c808f7fdb39b7253778e7d58550105b4 Mon Sep 17 00:00:00 2001 From: MorganGeek Date: Sun, 12 Jul 2020 18:03:02 +0200 Subject: [PATCH] quick coffee break invocation :-) - just some aliases to moro and coffee --- dot_zsh_aliases | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dot_zsh_aliases b/dot_zsh_aliases index 0015b1a..4e51f4f 100644 --- a/dot_zsh_aliases +++ b/dot_zsh_aliases @@ -179,6 +179,8 @@ alias adhoc="ansible --one-line 127.0.0.1 -m" alias ans='adhoc' alias bash="/usr/local/bin/bash" #alias date="gdate" +alias away='moro break 10 && coffee' +alias afk='away' alias current_year='`echo date +"%Y"`' alias headers='curl -I --compress' # Find out if remote server supports gzip / mod_deflate or not # alias https='http --default-scheme=https' # useful alias stealed from a colleague. http is provided by httpie