Undo the VI keybinding change and switch my prompt to be the default.

This commit is contained in:
Steve Losh 2010-02-02 19:22:28 -05:00
commit e5fa536313
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
autoload -U compinit
compinit
bindkey -v
bindkey -e
bindkey '\ew' kill-region
bindkey -s '\el' "ls\n"
bindkey -s '\e.' "..\n"

View file

@ -3,7 +3,7 @@ export ZSH=$HOME/.oh-my-zsh
# Set to the name theme to load.
# Look in ~/.oh-my-zsh/themes/
export ZSH_THEME="mattcable"
export ZSH_THEME="prose"
# Set to this to use case-sensitive completion
# export CASE_SENSITIVE="true"