mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 06:33:56 -05:00
fixed arrow up text formatting issues with bash prompt
This commit is contained in:
parent
34662d9738
commit
e6731073fa
|
@ -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)\]$ "
|
||||
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue