mirror of https://github.com/akelge/zsh
Fixed typo
This commit is contained in:
parent
4f8dc5f0bb
commit
8a75942d30
|
@ -4,7 +4,7 @@ if [ ${TERM[0,5]} = "xterm" ] || [ ${TERM} = "rxvt" ]; then
|
||||||
# We are on xterminal
|
# We are on xterminal
|
||||||
W="%{]2;::: %n at %m in %. :::%}"
|
W="%{]2;::: %n at %m in %. :::%}"
|
||||||
I="%{]1;%m::%.%}"
|
I="%{]1;%m::%.%}"
|
||||||
L="%B%F{blue}%3~ %>#%f "
|
L="%B%F{blue}%3~ %#>%f "
|
||||||
PS1="$W$I$L"
|
PS1="$W$I$L"
|
||||||
unset W I L
|
unset W I L
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue