remove tabs and change readme title
This commit is contained in:
parent
aa0f725b99
commit
8e3d2fe0c8
@ -1,5 +1,5 @@
|
|||||||
Liquid prompt -- A useful adaptive Bash prompt
|
Liquid prompt -- A useful adaptive Bash & Zsh prompt
|
||||||
==============================================
|
====================================================
|
||||||
|
|
||||||
Liquid prompt is a smart prompt for the "Bourne-Again" Unix shell (bash) and for
|
Liquid prompt is a smart prompt for the "Bourne-Again" Unix shell (bash) and for
|
||||||
Zsh.
|
Zsh.
|
||||||
|
@ -46,20 +46,20 @@ if test -n "$BASH_VERSION" -a -n "$PS1" -a -n "$TERM" ; then
|
|||||||
fi
|
fi
|
||||||
unset bash bmajor bminor
|
unset bash bmajor bminor
|
||||||
|
|
||||||
_LP_WORKING_SHELL=bash
|
_LP_WORKING_SHELL=bash
|
||||||
_LP_OPEN_ESC="\["
|
_LP_OPEN_ESC="\["
|
||||||
_LP_CLOSE_ESC="\]"
|
_LP_CLOSE_ESC="\]"
|
||||||
_LP_USER_SYMBOL="\u"
|
_LP_USER_SYMBOL="\u"
|
||||||
_LP_HOST_SYMBOL="\h"
|
_LP_HOST_SYMBOL="\h"
|
||||||
elif test -n "$ZSH_VERSION" ; then
|
elif test -n "$ZSH_VERSION" ; then
|
||||||
_LP_WORKING_SHELL=zsh
|
_LP_WORKING_SHELL=zsh
|
||||||
_LP_OPEN_ESC="%{"
|
_LP_OPEN_ESC="%{"
|
||||||
_LP_CLOSE_ESC="%}"
|
_LP_CLOSE_ESC="%}"
|
||||||
_LP_USER_SYMBOL="%n"
|
_LP_USER_SYMBOL="%n"
|
||||||
_LP_HOST_SYMBOL="%m"
|
_LP_HOST_SYMBOL="%m"
|
||||||
else
|
else
|
||||||
echo "liquidprompt: shell not supported" >&2
|
echo "liquidprompt: shell not supported" >&2
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user