Skip to content

Instantly share code, notes, and snippets.

@sweetmandm
Created March 22, 2017 13:52
Show Gist options
  • Save sweetmandm/6ed0ba8525d14018ea1123b1a68c3078 to your computer and use it in GitHub Desktop.
Save sweetmandm/6ed0ba8525d14018ea1123b1a68c3078 to your computer and use it in GitHub Desktop.
set -o vi
export CLICOLOR=1
export LSCOLORS=Exfxcxdxbxegedabagacad
export GREP_OPTIONS='--color-auto'
export PS1='\[\e[0;32m\]\u\[\e[m\] \[\e[0;36m\]\W\[\e[m\] \[\e[0;32m\]\$\[\e[m\] \[\e[0;37m\]'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment