diff options
author | David Runge <david.runge@frqrec.com> | 2014-12-08 19:05:25 +0100 |
---|---|---|
committer | David Runge <david.runge@frqrec.com> | 2014-12-08 19:05:25 +0100 |
commit | c514adb92e6a289e604f5a38aaea9f39fab59710 (patch) | |
tree | a3db67b24817035a7f891deab58c1e247f22a056 | |
parent | 1373929badbbd33ada5f8c3dae7b9763c2c176cd (diff) | |
download | dotfiles-c514adb92e6a289e604f5a38aaea9f39fab59710.tar.gz dotfiles-c514adb92e6a289e604f5a38aaea9f39fab59710.tar.bz2 dotfiles-c514adb92e6a289e604f5a38aaea9f39fab59710.tar.xz dotfiles-c514adb92e6a289e604f5a38aaea9f39fab59710.zip |
export.zsh: Setting default TERM and LC_TIME for all.
-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 |