Skip to content

Instantly share code, notes, and snippets.

@hjazz
Created February 11, 2014 02:05
Show Gist options
  • Save hjazz/8928015 to your computer and use it in GitHub Desktop.
Save hjazz/8928015 to your computer and use it in GitHub Desktop.
Terminal Config
export CLICOLOR=1
export LSCOLORS=GxFxCxDxBxegedabagaced
export PS1='\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '
export TERM="xterm-color"
export GREP_OPTIONS='--color=auto'
TITLEBAR='\[\e]0;\u@\h:\w \a\]'
alias ls="ls -v"
alias ll="ls -alv"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment