Skip to content

Instantly share code, notes, and snippets.

@tomoyukiinoue
Created October 29, 2012 03:46
Show Gist options
  • Save tomoyukiinoue/3971392 to your computer and use it in GitHub Desktop.
Save tomoyukiinoue/3971392 to your computer and use it in GitHub Desktop.
My mac's default profile
PS1="\W $ "
alias ll='ls -l'
alias ..="cd .."
alias la="ls -la"
export CLICOLOR=1
export LSCOLORS=ExGxcxdxCxegedabagacad
alias s="'/Applications/Sublime Text 2.app/Contents/SharedSupport/bin/subl' -w"
export GIT_SSL_NO_VERIFY=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment