Improve navi #1

Open
vulporuza wants to merge 15 commits from improve-navi into master
Showing only changes of commit f2e7bb3714 - Show all commits
+2 -2
View File
@@ -51,11 +51,11 @@ else
fi
function theme_preexec {
print -nr $'\e]2;'"$USER@$(hostname) » $PWD » $1 $2"$'\a'
print -nr $'\e]2;'"$USER@$HOST » $PWD » $1"$'\a'
}
add-zsh-hook preexec theme_preexec
function theme_precmd {
print -nr $'\e]2;'"$USER@$(hostname) » $PWD"$'\a'
print -nr $'\e]2;'"$USER@$HOST » $PWD"$'\a'
}
add-zsh-hook precmd theme_precmd