Skip to content

Instantly share code, notes, and snippets.

@skymarionsky
Last active December 16, 2015 22:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skymarionsky/5506832 to your computer and use it in GitHub Desktop.
Save skymarionsky/5506832 to your computer and use it in GitHub Desktop.
#BASIC
alias ls='ls -G'
alias ll='ls -l'
export LSCOLORS=gxfxcxdxbxegedabagacad
#PATH
export PATH=/usr/sbin:$PATH
export PATH=/usr/local/php5/bin:$PATH
export PATH=/usr/local/mysql/bin:$PATH
#git subcommand
source /usr/share/git-core/git-completion.bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment