removing 'set_running_app' pre/post exec from zsh, it was borking printf functions
This commit is contained in:
parent
5f169f6acd
commit
5f5b2bd5ae
1 changed files with 11 additions and 11 deletions
|
@ -7,14 +7,14 @@ function precmd {
|
||||||
echo -ne "\e]1;$PWD:h:t/$PWD:t\a"
|
echo -ne "\e]1;$PWD:h:t/$PWD:t\a"
|
||||||
}
|
}
|
||||||
|
|
||||||
function set_running_app {
|
#function set_running_app {
|
||||||
printf "\e]1; $PWD:t:$(history $HISTCMD | cut -b7- ) \a"
|
# printf "\e]1; $PWD:t:$(history $HISTCMD | cut -b7- ) \a"
|
||||||
}
|
#}
|
||||||
|
#
|
||||||
function preexec {
|
#function preexec {
|
||||||
set_running_app
|
# set_running_app
|
||||||
}
|
#}
|
||||||
|
#
|
||||||
function postexec {
|
#function postexec {
|
||||||
set_running_app
|
# set_running_app
|
||||||
}
|
#}
|
||||||
|
|
Loading…
Reference in a new issue