AutoYADM commit: 2025-01-14 21:35:05

This commit is contained in:
Daniel Fichtinger 2025-01-14 21:35:05 -05:00
parent 6a1f099e92
commit 5ca9390fd1

1
.zshrc
View file

@ -107,7 +107,6 @@ function zle-keymap-select zle-line-init zle-line-finish
}
DISABLE_AUTO_TITLE="true"
function set_win_title(){
# echo -ne "\033]0; $PWD \007"
echo -ne "\033]0; ${PWD/#$HOME/~} \007"
}
precmd_functions+=(set_win_title)