Comment out prompt title trap
Anirudh Oppiliappan x@icyphox.sh
Sat, 21 Aug 2021 16:04:56 +0530
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
bash/.bashrc.d/99-prompt.bash
→
bash/.bashrc.d/99-prompt.bash
@@ -2,5 +2,5 @@ PS1='$(~/dotfiles/prompt/prompt) '
PS2="> " # terminal title -trap 'printf "\033]2;$(history 1 | sed "s/^[ ]*[0-9]*[ ]*//g"): $PWD\007"' DEBUG +# trap 'printf "\033]2;$(history 1 | sed "s/^[ ]*[0-9]*[ ]*//g"): $PWD\007"' DEBUG