Skip to content

Instantly share code, notes, and snippets.

View skymarionsky's full-sized avatar

Yohei Marion Okuyama skymarionsky

View GitHub Profile
#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