aboutsummaryrefslogtreecommitdiff
path: root/files/.zsh/rc/S20_environment
diff options
context:
space:
mode:
Diffstat (limited to 'files/.zsh/rc/S20_environment')
-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