diff options
Diffstat (limited to 'zsh')
-rw-r--r-- | zsh/.zshrc | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -102,7 +102,7 @@ in_google_cloud () { # possible colors: black, white, green, cyan, red, yellow, magenta case `hostname` in - bogues*|curry*|iverson*|jordan*|ming*|nowitzki*|oneal*|robinson*) + bogues*|curry*|iverson*|jordan*|ming*|nowitzki*|oneal*|robinson*|bryant*|barkley*) HOSTCOLOR_BG=magenta HOSTCOLOR_FG=black ;; @@ -168,7 +168,7 @@ case `hostname` in umask u=rwx,g=rwx,o=rx alias tmux="tmux -f ~/.tmux.`hostname`.conf" ;; - bogues|curry|iverson|nowitzki|oneal|ming|*.uberspace.de) + bogues|curry|iverson|jordan|bryant|malone|nowitzki|oneal|rodman|ming|*.uberspace.de) PATH=/usr/lib/colorgcc/bin:$PATH ;; esac @@ -232,7 +232,7 @@ alias castnow_home='castnow --myip 192.168.0.100 --address 192.168.0.4' alias my_ip='echo "$(curl 'https://api.ipify.org' 2>/dev/null)"' -alias t_timeline='while true; do clear; t timeline -n 16 -C icon; sleep 600; done' +alias t_timeline='while true; do clear; t timeline -n 18 -C icon; sleep 600; done' if [[ $_HOST_TYPE == "Linux" ]]; then alias cal='while true; do clear; echo; khal calendar; sleep 600; done' |