aboutsummaryrefslogtreecommitdiff
path: root/files/.zsh/rc
diff options
context:
space:
mode:
authorAnton Bobov <abobov@gmail.com>2012-06-06 13:11:20 +0600
committerAnton Bobov <abobov@gmail.com>2012-06-06 13:11:20 +0600
commitff29b27d8d29407508bc712f1cddb6e07a3f6fab (patch)
tree6da58c56adfa81b03420dba3eba1738f9c43979f /files/.zsh/rc
parentc2d434cde1cde6b6d9cc85276f122aa793421a6b (diff)
Update.
Diffstat (limited to 'files/.zsh/rc')
-rw-r--r--files/.zsh/rc/S20_environment2
1 files changed, 2 insertions, 0 deletions
diff --git a/files/.zsh/rc/S20_environment b/files/.zsh/rc/S20_environment
index 3857e04..8f58c64 100644
--- a/files/.zsh/rc/S20_environment
+++ b/files/.zsh/rc/S20_environment
@@ -5,6 +5,8 @@ if [ x"$HOSTNAME" = x ] ; then
export HOSTNAME=$(/bin/hostname)
fi
+path=(~/bin $path)
+
export SHELL=/bin/zsh
export MANWIDTH=80