AutoYADM commit: 2025-02-18 17:15:06

This commit is contained in:
Daniel Fichtinger 2025-02-18 17:15:06 -05:00
parent 77432d54cc
commit 5ecf1a3028
5 changed files with 10 additions and 5 deletions

2
.zshrc
View file

@ -134,7 +134,7 @@ function zle-keymap-select zle-line-init zle-line-finish
viins|main) print -n '\033[5 q';; # line cursor
esac
}
DISABLE_AUTO_TITLE="true"
# DISABLE_AUTO_TITLE="true"
function set_win_title(){
echo -ne "\033]0; ${PWD/#$HOME/~} \007"
}