mirror of
https://github.com/Matir/skel.git
synced 2026-05-26 13:35:42 -07:00
Use starship if available
This commit is contained in:
Submodule dotfiles/vim/pack/matir/start/fugitive updated: 2a53d79248...4f59455d23
@@ -168,4 +168,7 @@ if [ -e $HOME/.zshrc.local ] ; then source $HOME/.zshrc.local ; fi
|
||||
if test -f "${HOME}/.zprompt" ; then
|
||||
THEME=${THEME:=$(cat "${HOME}/.zprompt")}
|
||||
fi
|
||||
if command -v starship >/dev/null 2>&1 ; then
|
||||
: ${THEME:=starship}
|
||||
fi
|
||||
prompt "${THEME:-matir}" >/dev/null 2>&1
|
||||
|
||||
Reference in New Issue
Block a user