Skip to content

Instantly share code, notes, and snippets.

@bcattle
Created July 23, 2015 02:46
Show Gist options
  • Save bcattle/d362d5c450c9a0eb1390 to your computer and use it in GitHub Desktop.
Save bcattle/d362d5c450c9a0eb1390 to your computer and use it in GitHub Desktop.
export PATH="$PATH:$HOME/.rvm/bin" # Add RVM to PATH for scripting
alias ls='ls -G'
alias ll='ls -Gl'
alias la='ls -Ga'
alias grep='grep --color'
source $HOME/z.sh
complete -C '/usr/local/bin/aws_completer' aws
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment