Compare commits

..

2 Commits

Author SHA1 Message Date
Robin-Charles GUIHENEUF
fe08948870 zsh: Add completion for Makefile implicit targets 2020-10-08 14:13:09 +02:00
8a53e41b70 zsh: Add preexec & precmd hook to vulporuza theme 2020-10-08 14:13:09 +02:00

View File

@ -45,7 +45,7 @@ else
fi fi
function theme_preexec { function theme_preexec {
print -nr $'\e]2;'"$USER@$(hostname) » $PWD » $2"$'\a' print -nr $'\e]2;'"$USER@$(hostname) » $PWD » $1 $2"$'\a'
} }
add-zsh-hook preexec theme_preexec add-zsh-hook preexec theme_preexec