From 1bfd7308c8f5b59100199ec2fa3d597a3726d0b2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Hendrik=20J=C3=A4ger?= Date: Sat, 1 Jan 2022 16:18:15 +0100 Subject: [PATCH] jj diary --- .zsh_aliases | 1 + 1 file changed, 1 insertion(+) diff --git a/.zsh_aliases b/.zsh_aliases index 445cf62..9934b36 100644 --- a/.zsh_aliases +++ b/.zsh_aliases @@ -51,6 +51,7 @@ alias diary='vim ~/Data/henksfiles/workinprogress/Dokumente/diary/$(date +%F).ot alias dreamdiary='vim ~/Data/henksfiles/workinprogress/Dokumente/diary/dreams_$(date +%F).otl' alias positivediary='vim ~/Data/henksfiles/workinprogress/Dokumente/diary/positive_$(date +%F).otl' alias dramalog='e Data/henksfiles/workinprogress/Dokumente/Beziehung/dramalog.otl' +alias jdiary='vim ~/Data/henksfiles/workinprogress/Dokumente/jdiary/$(date +%F).otl' #alias alert='notify-send --urgency=low -i "$([ $? = 0 ] && echo terminal || echo error)" "$(history|tail -n1|sed -e '\''s/^\s*[0-9]\+\s*//;s/[;&|]\s*alert$//'\'')"' function alert() { -- 2.39.2