summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.bashrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/.bashrc b/.bashrc
index 4a0d5fa..084f0a1 100644
--- a/.bashrc
+++ b/.bashrc
@@ -25,8 +25,8 @@ alias ranger='ranger --choosedir=$HOME/.local/share/ranger/lastdir && cd "$(cat
alias music="cd ~/Musik && ranger || echo '~/Musik does not exist'"
alias bt="bluetoothctl"
alias mymail="offlineimap && aerc && offlineimap"
-alias mycal="vdirsyncer sync && khal interactive && vdirsyncer sync"
-alias khali="khal interactive"
+alias ikhal="ikhal; clear"
+alias mycal="vdirsyncer sync && ikhal && vdirsyncer sync"
# extend PATH with my private and public scripts (location based on XDG)