diff options
author | David Runge <david.runge@frqrec.com> | 2013-11-03 15:05:31 +0100 |
---|---|---|
committer | David Runge <david.runge@frqrec.com> | 2013-11-03 15:05:31 +0100 |
commit | ca390233e2bc8cb6a390fc28f3047c5d59eb9cd7 (patch) | |
tree | bbbbef94e12e1fb5d263901e2971288f6dda2afc | |
parent | 87796bf388598a91d4a346549d58782da4bf3d23 (diff) | |
download | dotfiles-ca390233e2bc8cb6a390fc28f3047c5d59eb9cd7.tar.gz dotfiles-ca390233e2bc8cb6a390fc28f3047c5d59eb9cd7.tar.bz2 dotfiles-ca390233e2bc8cb6a390fc28f3047c5d59eb9cd7.tar.xz dotfiles-ca390233e2bc8cb6a390fc28f3047c5d59eb9cd7.zip |
Modified export for Raspberry Pi + fix
-rw-r--r-- | .zsh.after/export.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.zsh.after/export.zsh b/.zsh.after/export.zsh index 32c8a8c..7d2308b 100644 --- a/.zsh.after/export.zsh +++ b/.zsh.after/export.zsh @@ -1,6 +1,6 @@ case "$HOST" in "pitheunlord") - export $TERM=screen-256color + export TERM=screen-256color ;; esac |