summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index 7955c41..acb50cf 100644
--- a/.zshrc
+++ b/.zshrc
@@ -184,7 +184,7 @@ alias watch_d='while true; do clear; ps ax | grep -P "\sD\+?\s"; sleep 5; done'
alias easy_install_home='easy_install --install-dir=$HOME/lib/python/site-packages'
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 15 -C icon; sleep 600; done'
+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