AutoYADM commit: 2025-01-14 00:35:35
This commit is contained in:
parent
4f67f0fa07
commit
c0830859ed
1 changed files with 1 additions and 1 deletions
2
.zshrc
2
.zshrc
|
@ -108,7 +108,7 @@ function zle-keymap-select zle-line-init zle-line-finish
|
||||||
DISABLE_AUTO_TITLE="true"
|
DISABLE_AUTO_TITLE="true"
|
||||||
function set_win_title(){
|
function set_win_title(){
|
||||||
# echo -ne "\033]0; $PWD \007"
|
# echo -ne "\033]0; $PWD \007"
|
||||||
echo -ne "\033]0; foot:${PWD/#$HOME/~} \007"
|
echo -ne "\033]0; ${PWD/#$HOME/~} \007"
|
||||||
}
|
}
|
||||||
precmd_functions+=(set_win_title)
|
precmd_functions+=(set_win_title)
|
||||||
zle -N zle-line-init
|
zle -N zle-line-init
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue