Fix .bashrc for MacOS

This commit is contained in:
Fabio Scotto di Santolo
2020-08-22 10:33:05 +02:00
parent 59f5fc8b80
commit 2cf8b0fd3d
2 changed files with 7 additions and 7 deletions

View File

@@ -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"