Skip to content

Instantly share code, notes, and snippets.

@thomersch
Last active November 25, 2016 17:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thomersch/9599566 to your computer and use it in GitHub Desktop.
Save thomersch/9599566 to your computer and use it in GitHub Desktop.
ZSH
export PS1="%F{red}%n%F{black}@%F{green}%m%F{black}:%~%E %f$ "
export CLICOLOR=1
export LSCOLORS=GxFxCxDxBxegedabagaced
export LS_OPTIONS='--human --color=always'
export EDITOR="vim"
autoload -U compinit && compinit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment