mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
zshrc fix
This commit is contained in:
@@ -158,4 +158,7 @@ fi
|
||||
if [ -e $HOME/.zshrc.local ] ; then source $HOME/.zshrc.local ; fi
|
||||
|
||||
# Set prompt based on local settings
|
||||
prompt "${THEME:-matir}"
|
||||
if test -f "${HOME}/.zprompt" ; then
|
||||
THEME=${THEME:=$(cat "${HOME}/.zprompt")}
|
||||
fi
|
||||
prompt "${THEME:-matir}" >/dev/null 2>&1
|
||||
|
||||
Reference in New Issue
Block a user