Skip to content
Snippets Groups Projects
Commit 74aebbf9 authored by nimrod's avatar nimrod
Browse files

Finally! The is not overwritten when there's color.

parent 4c62dc94
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ export LESS_TERMCAP_us=$'\E[01;32m'
export LESS_TERMCAP_ue=$'\E[0m'
export PS0="\$(__prerun)"
# shellcheck disable=SC1117
export PS1="\$(__prompt)\u@\h:\w\$ "
export PS1="\[\$(__prompt)\]\u@\h:\w\$ "
export CDPATH="$HOME/Documents:$HOME/Documents/Shore:$HOME/Documents/Bullguard"
alias ll='ls -lha'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment