diff --git a/bash/.bash_profile b/bash/.bash_profile index f3073cf..e26b5eb 100755 --- a/bash/.bash_profile +++ b/bash/.bash_profile @@ -5,7 +5,7 @@ export PS1="\[\033[1;31m\]\u\[\033[m\]@\[\033[32m\]\h:\[\033[33;1m\]\w\[\033[m\] export CLICOLOR=1 export LSCOLORS=ExFxBxDxCxegedabagacad -export PATH="$PATH":/home/aurelfeer/.local/bin +export PATH="$PATH":$HOME/.local/bin alias ls='ls -AFh --color' alias vim=nvim