Skip to content

Instantly share code, notes, and snippets.

@cobysy
Created June 18, 2014 18:55
Show Gist options
  • Save cobysy/3554e93e20eeb16b9365 to your computer and use it in GitHub Desktop.
Save cobysy/3554e93e20eeb16b9365 to your computer and use it in GitHub Desktop.
export CLICOLOR=1
export LSCOLORS=GxFxCxDxBxegedabagaced
export PS1='\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '
alias ls="ls -lA"
Copy link

ghost commented Jun 18, 2014

tests along the

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment