diff options
author | Guangxiong Lin <[email protected]> | 2022-07-07 22:56:17 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2022-07-07 22:56:17 +0800 |
commit | 601379b302624870bd3f53dffec6e13538f6496f (patch) | |
tree | cee6cad778ef9f801c13f0232af52bf144999965 /.aliases | |
parent | 42eded845d9ec12d214ac7c89f41114ca8a589cb (diff) | |
download | dotfiles-601379b302624870bd3f53dffec6e13538f6496f.tar.gz dotfiles-601379b302624870bd3f53dffec6e13538f6496f.tar.bz2 dotfiles-601379b302624870bd3f53dffec6e13538f6496f.zip |
Update tig config
Diffstat (limited to '.aliases')
-rw-r--r-- | .aliases | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -46,3 +46,7 @@ if [ -f /usr/bin/paru ]; then alias Qsa='paru -Qsa' alias Qua='paru -Qua' fi + +if command -v tig &> /dev/null; then + alias tigs='tig status' +fi |