diff options
author | Guangxiong Lin <[email protected]> | 2023-09-05 22:44:41 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2023-09-05 22:44:41 +0800 |
commit | 224311af0e2f9239984537a6a06b66240f2b2621 (patch) | |
tree | 1829b99f1b733bcddb98418feb699104a21b33c4 /.aliases | |
parent | 6a8ffe5a7be1b0601faffb8cd86a71e3367f18b6 (diff) | |
download | dotfiles-224311af0e2f9239984537a6a06b66240f2b2621.tar.gz dotfiles-224311af0e2f9239984537a6a06b66240f2b2621.tar.bz2 dotfiles-224311af0e2f9239984537a6a06b66240f2b2621.zip |
Update config
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 topydo > /dev/null && alias t=' topydo -a' +command -v topydo > /dev/null && alias t=' topydo' command -v jrnl > /dev/null && alias jrnl=' jrnl' alias gmf='git diff --merge-base' |