fixed arrow up text formatting issues with bash prompt

This commit is contained in:
Aly Raffauf 2024-03-02 20:22:01 -05:00
parent 34662d9738
commit e6731073fa

View file

@ -35,7 +35,8 @@
};
initExtra =
''
export PS1='\e[0;34m[\u@\H:\w]\$\e[m '
export PS1="[\[$(tput setaf 27)\]\u\[$(tput setaf 135)\]@\[$(tput setaf 45)\]\h:\[$(tput setaf 33)\]\w] \[$(tput sgr0)\]$ "
'';
};