summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.zshrc6
1 files changed, 3 insertions, 3 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index c6de7a2..0bd880e 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -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*|bryant*|barkley*)
+ bogues*|curry*|iverson*|jordan*|ming*|nowitzki*|oneal*|robinson*)
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|jordan|bryant|malone|nowitzki|oneal|rodman|ming|*.uberspace.de)
+ bogues|curry|iverson|nowitzki|oneal|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 18 -C icon; sleep 600; done'
+alias t_timeline='while true; do clear; t timeline -n 16 -C icon; sleep 600; done'
if [[ $_HOST_TYPE == "Linux" ]]; then
alias cal='while true; do clear; echo; khal calendar; sleep 600; done'