Add gcc alias to work around MacOS stupidity
[dotfiles] / .bashrc
diff --git a/.bashrc b/.bashrc
index 68849f7..afb38a9 100644 (file)
--- a/.bashrc
+++ b/.bashrc
@@ -50,6 +50,9 @@ alias serve='python -m SimpleHTTPServer 8080'
 alias gpg='gpg2'
 alias gnupg='gnupg2'
 
+alias gcc='gcc-13'
+alias cc='gcc-13'
+
 export SVN_EDITOR=vim
 
 # Enable programmable completion features (you don't need to enable
@@ -86,7 +89,7 @@ fi
 
 # Automatically open screen.
 # The if statement prevents it from recursing (since screen opens bash).
-if [ $TERM != screen ]; then
+if [ $TERM != screen ] && [ $TERM != screen.xterm-256color ] ; then
        screen
 fi
 
@@ -133,3 +136,7 @@ set -o vi
 
 # pip should only run if there is a virtualenv currently activated
 export PIP_REQUIRE_VIRTUALENV=true
+
+export NVM_DIR="$HOME/.nvm"
+[ -s "/usr/local/opt/nvm/nvm.sh" ] && . "/usr/local/opt/nvm/nvm.sh"  # This loads nvm
+[ -s "/usr/local/opt/nvm/etc/bash_completion.d/nvm" ] && . "/usr/local/opt/nvm/etc/bash_completion.d/nvm"  # This loads nvm bash_completion