From 3eb6278ffed212247b7d7932e85aecca55a79342 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Fri, 13 Mar 2015 11:09:01 +0300 Subject: [PATCH] .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 --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 91c5065..4eeb03c 100644 --- a/.zshrc +++ b/.zshrc @@ -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