From 3c30a4891de012e73f9849a369b7cafb9ff93f3d Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Tue, 15 May 2012 14:37:22 -0400 Subject: [PATCH] Remove RVM / Sublime Alias stuff. --- .bashrc | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/.bashrc b/.bashrc index e85eb57..8908be9 100755 --- a/.bashrc +++ b/.bashrc @@ -3,16 +3,5 @@ alias ls='ls -v --color=auto' alias ll='ls -val' alias grep='grep --color' -# editor -alias sublime='nohup /cygdrive/c/Program\ Files/Sublime\ Text\ 2/sublime_text.exe > /dev/null &' - -# non-standard ssh port -alias vps='ssh vps.p5dev.com -p 60013' - -# clear the screen -#alias cls='echo -n ^[[2J' - # Case insensitive matching -shopt -s nocaseglob - -PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting +shopt -s nocaseglob \ No newline at end of file