summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
authorPatrick Simianer <pks@pks.rocks>2018-05-03 21:02:21 +0200
committerPatrick Simianer <pks@pks.rocks>2018-05-03 21:02:21 +0200
commit70cffc09a1ac7112face7f4600d802b512967a73 (patch)
tree5ab5e570ff30af688b6c7c6c400840a7be7eb019 /zsh
parent5cc38eb1db88eeb37f9c7e83a6c6b09d04417f8a (diff)
zsh: hosts and fixes
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 0bd880e..c6de7a2 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*)
+ 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'