mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
Undo the VI keybinding change and switch my prompt to be the default.
This commit is contained in:
parent
db2302a59c
commit
e5fa536313
2 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue