Created
October 29, 2012 03:46
-
-
Save tomoyukiinoue/3971392 to your computer and use it in GitHub Desktop.
My mac's default profile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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