removing 'set_running_app' pre/post exec from zsh, it was borking printf functions

This commit is contained in:
Andrew Davidson 2021-05-04 12:56:26 -07:00
parent 5f169f6acd
commit 5f5b2bd5ae
Signed by: amd
GPG key ID: 17AF8F2A49CF25C6

View file

@ -7,14 +7,14 @@ function precmd {
echo -ne "\e]1;$PWD:h:t/$PWD:t\a"
}
function set_running_app {
printf "\e]1; $PWD:t:$(history $HISTCMD | cut -b7- ) \a"
}
function preexec {
set_running_app
}
function postexec {
set_running_app
}
#function set_running_app {
# printf "\e]1; $PWD:t:$(history $HISTCMD | cut -b7- ) \a"
#}
#
#function preexec {
# set_running_app
#}
#
#function postexec {
# set_running_app
#}