diff options
author | Patrick Simianer <p@simianer.de> | 2014-06-25 16:11:20 +0200 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2014-06-25 16:11:20 +0200 |
commit | 5ea10ef7378f719ee75b5b853b1db363cdf09a1a (patch) | |
tree | 7bb9503a169b2528d72e44dfd3a8bd055627daa7 | |
parent | 1ce32fe728124917f1cc78c7bf76307a55f80445 (diff) |
fix
-rw-r--r-- | .zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -97,6 +97,7 @@ case `hostname` in export PYTHONPATH=$PYTHONPATH:/toolbox/python/lib/python2.7/site-packages export PATH=~/vim/bin:/toolbox/scripts:/opt/java/bin/:/toolbox/ruby/bin/:$PATH export JAVA_HOME=/usr/lib/jvm/java-6-sun/ # debian systems w/ sun-java6 + umask u=rwx,g=rwx,o= alias tmux="TERM=screen-256color tmux -f ~/.tmux.`hostname`.conf" PROMPT="[%m:%~]%{$fg[$HOSTCOLOR]%}%B%%%b%{$reset_color%} " ;; |