Compare commits

..

2 Commits

Author SHA1 Message Date
Robin-Charles GUIHENEUF
537c81658a zsh: Add completion for Makefile implicit targets 2020-10-05 14:18:27 +02:00
5162827a35 zsh: Add preexec & precmd hook to vulporuza theme 2020-09-12 23:59:51 +02:00

View File

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