Compare commits

..

No commits in common. "06e7241a0f508a334a84c49459093cfd03b53b6e" and "ed3c1599c596e6485737a7d04c10c83ad918ddff" have entirely different histories.

View file

@ -8,10 +8,6 @@ alias ls='ls --color=auto'
alias ll='ls --color=auto -l'
alias l='ls --color=auto -lA'
if [[ -d "$HOME/.local/bin" ]]; then
export PATH="$HOME/.local/bin:$PATH"
fi
DISTRO='unknown'
# Generic distro check.
@ -51,4 +47,3 @@ else
fi
PS1="${USER_COLOR}"'\u\[\e[0m\]@'"${HOST_COLOR}"'\h\[\e[0m\]:\[\e[38;5;219;3m\]\w\[\e[0m\] '"${DISTRO_COLOR}${DISTRO:-unknown}"'\[\e[0m\]'"${PROMPT_COLOR}"'\$\[\e[0m\] '
export EDITOR=nano