diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2023-04-14 15:16:26 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2023-04-14 15:16:26 +0200 |
commit | 2d87af9c6794ac30f28917f219fdbfeb5df35f64 (patch) | |
tree | 1319c23c9a3d2b3188a17941c54df907296b2eb0 /bashrc | |
parent | 4cba87504771d1b4c539d59e30a4f5cefb6da7c6 (diff) | |
download | bin-2d87af9c6794ac30f28917f219fdbfeb5df35f64.zip bin-2d87af9c6794ac30f28917f219fdbfeb5df35f64.tar.gz |
tt -> clear && taskwarrior
Diffstat (limited to 'bashrc')
-rw-r--r-- | bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -87,7 +87,7 @@ alias gvim='nvim --listen godothost .' alias vimdiff="nvim -d" alias sf='systemctl --user restart pipewire*' alias fuck='eval $(thefuck $(fc -ln -1)); history -r' -alias tt='taskwarrior-tui' +alias tt='clear && task' alias kk='khal calendar' alias ki='khal interactive' alias zz='clear && khal calendar && task -old' |