Skip to content

Instantly share code, notes, and snippets.

@sirLisko
Last active October 4, 2015 23:58
Show Gist options
  • Save sirLisko/2719701 to your computer and use it in GitHub Desktop.
Save sirLisko/2719701 to your computer and use it in GitHub Desktop.
terminal settings
alias sbl='open -a "Sublime Text"'
alias jsc='/System/Library/Frameworks/JavaScriptCore.framework/Versions/A/Resources/jsc'
PATH=/opt/local/bin:$PATH
PATH=/opt/local/sbin:$PATH
export PATH
export HISTCONTROL=erasedups
export HISTSIZE=10000
PS1="\W: $ "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment