.zshrc: Export the PS1 instead of just setting it

I'm not sure if this is important actually, but I suppose we want
subshells to get the PS1?

Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
Alan Orth 2015-03-13 11:09:01 +03:00
parent 014b8d6a55
commit 3eb6278ffe
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

2
.zshrc
View File

@ -32,7 +32,7 @@ alias ls='ls -F --color=auto'
alias less='less -R' # preserves colors in GNU coreutils' `less`
# Environment
PS1='[%n@%m: %~]$ '
export PS1='[%n@%m: %~]$ '
export EDITOR=/usr/bin/vim
export PAGER=/usr/bin/less