Last active
October 19, 2017 18:35
-
-
Save ashybaye/eaba808173d57c4cac765ebad6db8b60 to your computer and use it in GitHub Desktop.
This file contains 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
export PATH="$PATH:/Applications/DevDesktop/tools" | |
export PS1='\[\033[33;1m\]\w\[\033[m\]\$ ' | |
export CLICOLOR=1 | |
export LSCOLORS=ExFxBxDxCxegedabagacad | |
alias ls='ls -GFh' | |
export PATH=${PATH}:/usr/local/mysql/bin | |
export PATH=/usr/local/php5/bin:$PATH |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment