diff options
author | Florian Pritz <bluewind@xinu.at> | 2016-12-01 16:02:29 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2016-12-01 16:02:29 +0100 |
commit | ae3742b30de7fa014a92a630fdc03c1849bf26e2 (patch) | |
tree | 134c684dae283ae69239403dbee9a0233b086e80 | |
parent | fd4f872b5e289f75098a320d9e3d9c4c517d01c4 (diff) | |
download | dotfiles-ae3742b30de7fa014a92a630fdc03c1849bf26e2.tar.gz dotfiles-ae3742b30de7fa014a92a630fdc03c1849bf26e2.tar.xz |
zshrc: Add tiga = tig --all alias
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r-- | .zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -472,6 +472,7 @@ alias sc='screen' alias scw='screen -X eval "chdir $PWD"' alias g='git' +alias tiga='tig --all' alias xc="xclip" alias xcp="xclip -o | fb" alias xcpe="xclip -o | vipe | ifne fb" |