Commit 85baacbe authored by nimrod's avatar nimrod
Browse files

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

parent 479d20df
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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'