summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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