summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2016-12-01 16:02:29 +0100
committerFlorian Pritz <bluewind@xinu.at>2016-12-01 16:02:29 +0100
commitae3742b30de7fa014a92a630fdc03c1849bf26e2 (patch)
tree134c684dae283ae69239403dbee9a0233b086e80
parentfd4f872b5e289f75098a320d9e3d9c4c517d01c4 (diff)
downloaddotfiles-ae3742b30de7fa014a92a630fdc03c1849bf26e2.tar.gz
dotfiles-ae3742b30de7fa014a92a630fdc03c1849bf26e2.tar.xz
zshrc: Add tiga = tig --all alias
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r--.zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index e0185dd..cb70456 100644
--- a/.zshrc
+++ b/.zshrc
@@ -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"