mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 07:13:55 -05:00
fixed arrow up text formatting issues with bash prompt
This commit is contained in:
parent
34662d9738
commit
e6731073fa
|
@ -34,8 +34,9 @@
|
||||||
ls = "eza --group-directories-first";
|
ls = "eza --group-directories-first";
|
||||||
};
|
};
|
||||||
initExtra =
|
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