Skip to content

Instantly share code, notes, and snippets.

@paulc
Created December 27, 2011 22:10
Show Gist options
  • Select an option

  • Save paulc/1525313 to your computer and use it in GitHub Desktop.

Select an option

Save paulc/1525313 to your computer and use it in GitHub Desktop.
ZSH zprofile
PROMPT="%B[%m:%n] %24<..<%~ %#%b "
RPROMPT="%B%w %T%b"
export EDITOR="vim"
export DISPLAY=:0.0
bindkey -e
set -o EXTENDED_GLOB
set -o AUTO_MENU
set -o AUTO_LIST
set -o AUTO_PARAM_SLASH
set -o CORRECT
set -o LIST_TYPES
set -o NO_PROMPT_CR
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment