diff --git a/bash/.bash_profile b/bash/.bash_profile index bf0f16f..a4e8eba 100755 --- a/bash/.bash_profile +++ b/bash/.bash_profile @@ -7,7 +7,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/.local/bin +export PATH="$PATH":$HOME/.local/bin:/usr/local/go/bin export CPATH="$CPATH":$HOME/.local/lib alias ls='ls -AFh --color'