summaryrefslogtreecommitdiff
path: root/zsh/.zshrc
diff options
context:
space:
mode:
authorPatrick Simianer <pks@pks.rocks>2018-05-26 12:43:26 +0200
committerPatrick Simianer <pks@pks.rocks>2018-05-26 12:43:26 +0200
commit8b9f6147114e5fad71db55c978b377eab6f3648e (patch)
tree554c209eb8b372ade1ec508d2a36f0f8b34c1f30 /zsh/.zshrc
parent063ad281e179f195c5e7bb9f4a1672c743594240 (diff)
new hosts
Diffstat (limited to 'zsh/.zshrc')
-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'