Clean up ruby stuff (haven't done ruby in years)
authorDavid Kerkeslager <kerkeslager@gmail.com>
Thu, 9 Jun 2016 13:00:31 +0000 (09:00 -0400)
committerDavid Kerkeslager <kerkeslager@gmail.com>
Thu, 9 Jun 2016 13:00:31 +0000 (09:00 -0400)
.bashrc
.gemrc [deleted file]

diff --git a/.bashrc b/.bashrc
index f0ab9cf..80aa76e 100644 (file)
--- a/.bashrc
+++ b/.bashrc
@@ -46,6 +46,8 @@ fi
 
 alias emacs='emacs -nw'
 alias serve='python -m SimpleHTTPServer 8080'
+alias gpg='gpg2'
+alias gnupg='gnupg2'
 
 export SVN_EDITOR=vim
 
@@ -76,19 +78,6 @@ fi
 PATH="/usr/local/bin:$PATH"
 export PATH
 
-# Run a machine-specific bashrc (if it exists).
-if [ -f $HOME/.bashrc_local ]; then
-       source $HOME/.bashrc_local
-fi
-
-# Install RVM if it's not installed.
-if [ ! -f $HOME/.rvm/scripts/rvm ]; then
-    bash -s stable < <(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer )
-fi
-
-# Load RVM into shell session.
-[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm"
-
 # Automatically open screen.
 # The if statement prevents it from recursing (since screen opens bash).
 if [ $TERM != screen ]; then
diff --git a/.gemrc b/.gemrc
deleted file mode 100644 (file)
index 58d924e..0000000
--- a/.gemrc
+++ /dev/null
@@ -1,2 +0,0 @@
-install: --no-rdoc --no-ri
-update: --no-rdoc --no-ri