Skip to content

Instantly share code, notes, and snippets.

@skymarionsky
Last active August 29, 2015 14:19
Show Gist options
  • Select an option

  • Save skymarionsky/eaf3bc5489a557e329df to your computer and use it in GitHub Desktop.

Select an option

Save skymarionsky/eaf3bc5489a557e329df to your computer and use it in GitHub Desktop.
for my mac
if [ -f ~/.bashrc ] ; then
. ~/.bashrc
fi
# 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