1
0
mirror of https://github.com/akelge/vim synced 2025-07-06 14:59:07 +00:00

Changed prompt

Changed lesspipe
Unexport all variables
This commit is contained in:
2013-01-04 19:34:56 +00:00
parent 0923914a13
commit 4f8dc5f0bb
4 changed files with 4 additions and 8 deletions

View File

@ -4,7 +4,7 @@ if [ ${TERM[0,5]} = "xterm" ] || [ ${TERM} = "rxvt" ]; then
# We are on xterminal
W="%{]2;::: %n at %m in %. :::%}"
I="%{]1;%m::%.%}"
L="%B${PR_BLUE}%3~ %#%b "
L="%B%F{blue}%3~ %>#%f "
PS1="$W$I$L"
unset W I L