summaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorPatrick Simianer <p@simianer.de>2015-07-28 19:54:25 +0200
committerPatrick Simianer <p@simianer.de>2015-07-28 19:54:25 +0200
commitf26c542c253b77342b0030133aa54c94cdcdc788 (patch)
tree1f7446cb3e1dfa6d070cd2eed115d65a75c4cca2 /.zshrc
parentd8e91c68d5476054bd593a64d81ed913f1934c96 (diff)
gitc
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index 385bd51..acb50cf 100644
--- a/.zshrc
+++ b/.zshrc
@@ -186,6 +186,7 @@ alias uberspace='mosh -p 60666 pks@alphard.uberspace.de'
alias my_ip='echo "$(curl 'https://api.ipify.org' 2>/dev/null)"'
alias t_timeline='while true; do clear; t timeline -n 13 -C icon; sleep 600; done'
alias cal='while true; do clear; echo; khal calendar; sleep 600; done'
+alias gitc='git -c color.status=always'
if [[ -f ~/.zshrcp ]]; then
source ~/.zshrcp
fi