Fix .bashrc for MacOS
This commit is contained in:
4
.bashrc
4
.bashrc
@@ -193,7 +193,7 @@ fi
|
||||
[ -e "/etc/DIR_COLORS" ] && DIR_COLORS="/etc/DIR_COLORS"
|
||||
[ -e "$HOME/.dircolors" ] && DIR_COLORS="$HOME/.dircolors"
|
||||
[ -e "$DIR_COLORS" ] || DIR_COLORS=""
|
||||
eval "`dircolors -b $DIR_COLORS`"
|
||||
#eval "`dircolors -b $DIR_COLORS`"
|
||||
|
||||
# added by travis gem
|
||||
[ -f /home/plague/.travis/travis.sh ] && source /home/plague/.travis/travis.sh
|
||||
@@ -204,7 +204,7 @@ export NVM_DIR="$HOME/.nvm"
|
||||
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
|
||||
|
||||
#welcome
|
||||
eval $(thefuck --alias)
|
||||
#eval $(thefuck --alias)
|
||||
|
||||
#THIS MUST BE AT THE END OF THE FILE FOR SDKMAN TO WORK!!!
|
||||
export SDKMAN_DIR="/home/plague/.sdkman"
|
||||
|
||||
Reference in New Issue
Block a user