Skip to content

Instantly share code, notes, and snippets.

@arsenio
Created January 14, 2013 17:06
Show Gist options
  • Save arsenio/4531576 to your computer and use it in GitHub Desktop.
Save arsenio/4531576 to your computer and use it in GitHub Desktop.
My .bash_profile
export EDITOR=/usr/bin/vim
export JAVA_HOME=/usr
alias vi='/usr/bin/vim'
alias scr='screen'
alias s-r='screen -r'
alias s-d='screen -d'
alias d='screen -r && screen -d'
alias ls='ls -F'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment