all repos — dotfiles @ e3a4571f657bd54f9e63954a89718485284fe311

my *nix dotfiles

Comment out prompt title trap
Anirudh Oppiliappan x@icyphox.sh
Sat, 21 Aug 2021 16:04:56 +0530
commit

e3a4571f657bd54f9e63954a89718485284fe311

parent

78d6874b566c7b2f14edf9a90cac33ea359848b9

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M bash/.bashrc.d/99-prompt.bashbash/.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