diff options
Diffstat (limited to '.aliases')
-rw-r--r-- | .aliases | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ alias agenda='et -e "(org-agenda nil \" \")"' alias vimg='vim +Git +only' # Don't save command history -command -v todo.sh > /dev/null && alias t=' todo.sh' +command -v topydo > /dev/null && alias t=' topydo -a' command -v jrnl > /dev/null && alias jrnl=' jrnl' alias gmf='git diff --merge-base' |