Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trevorgreenleaf/5766a0ef616e595253fda2689afdf5b1 to your computer and use it in GitHub Desktop.
Save trevorgreenleaf/5766a0ef616e595253fda2689afdf5b1 to your computer and use it in GitHub Desktop.
bash profile
PATH=~/.composer/vendor/bin:$PATH
export PATH=$PATH:~/bin
alias show_files='defaults write com.apple.finder AppleShowAllFiles YES; killall Finder /System/Library/CoreServices/Finder.app'
alias hide_files='defaults write com.apple.finder AppleShowAllFiles NO; killall Finder /System/Library/CoreServices/Finder.app'
alias copykey='cat ~/.ssh/github_rsa.key | pbcopy'
alias c='clear'
alias bashprofile='cd ~/; subl .bash_profile'
alias subl='open -a "Sublime Text"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment