mirror of
https://github.com/akelge/zsh
synced 2025-08-14 06:18:19 +00:00
Last prompt version
This commit is contained in:
@ -4,7 +4,8 @@ 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%K{blue}%F{white} %m::%2~ %f%k
|
||||||
|
%F{yellow}%#%f "
|
||||||
PS1="$W$I$L"
|
PS1="$W$I$L"
|
||||||
unset W I L
|
unset W I L
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user