diff options
-rw-r--r-- | .zsh.after/export.zsh | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/.zsh.after/export.zsh b/.zsh.after/export.zsh index e59bb3a..dee6e7f 100644 --- a/.zsh.after/export.zsh +++ b/.zsh.after/export.zsh @@ -1,14 +1,15 @@ # using termite now -case "$(hostname)" in - "dvzrv"|"frqrec") +#case "$(hostname)" in +# "dvzrv"|"frqrec") export TERM=xterm-256color export LC_TIME=de_DE.UTF-8 - ;; - *) - export TERM=xterm-256color - ;; -esac +# ;; +# *) +# export TERM=xterm-256color +# ;; +#esac + export BROWSER=firefox export REPORTTIME=5 |