Changed up minimal theme
Removed Vim prompt stuff and made the prompt cyan
This commit is contained in:
@@ -1,19 +1,5 @@
|
|||||||
prompt_setter() {
|
prompt_setter() {
|
||||||
if [[ $? -eq 0 ]]; then
|
PS1="${cyan}\W${normal} "
|
||||||
if [ ! $VIMRUNTIME = "" ]
|
|
||||||
then
|
|
||||||
PS1="{vim} \W "
|
|
||||||
else
|
|
||||||
PS1="\W "
|
|
||||||
fi
|
|
||||||
else
|
|
||||||
if [ ! $VIMRUNTIME = "" ]
|
|
||||||
then
|
|
||||||
PS1="{vim} ${bold_red}\W ${normal}"
|
|
||||||
else
|
|
||||||
PS1="${bold_red}\W ${normal}"
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
}
|
}
|
||||||
|
|
||||||
PROMPT_COMMAND=prompt_setter
|
PROMPT_COMMAND=prompt_setter
|
||||||
|
|||||||
Reference in New Issue
Block a user