diff options
author | Guangxiong Lin <[email protected]> | 2023-08-16 00:18:46 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2023-08-16 00:18:46 +0800 |
commit | eb09180f592fa82f6a606b9706910dc65f1fbfdc (patch) | |
tree | 34ce3b196f45e9710ed407efe483c0530288e3ed | |
parent | 92ff55a160138d4b4c3404b95cd0a7131ff4db45 (diff) | |
download | dotfiles-eb09180f592fa82f6a606b9706910dc65f1fbfdc.tar.gz dotfiles-eb09180f592fa82f6a606b9706910dc65f1fbfdc.tar.bz2 dotfiles-eb09180f592fa82f6a606b9706910dc65f1fbfdc.zip |
Use topydo instead of todo.sh
-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' |