Last active
August 29, 2015 14:19
-
-
Save skymarionsky/eaf3bc5489a557e329df to your computer and use it in GitHub Desktop.
for my mac
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
| if [ -f ~/.bashrc ] ; then | |
| . ~/.bashrc | |
| fi |
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
| # BASIC | |
| alias ls='ls -G' | |
| alias ll='ls -l' | |
| export LSCOLORS=gxfxcxdxbxegedabagacad | |
| # git completion | |
| # curl -o ~/.git-completion.bash https://raw.githubusercontent.com/git/git/master/contrib/completion/git-completion.bash | |
| source ~/.git-completion.bash |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment