added modules to .zpreztorc and changed to vi editor and visual in .zprofile
This commit is contained in:
parent
3d911cd511
commit
0819df12dd
2 changed files with 10 additions and 2 deletions
|
@ -34,7 +34,13 @@ zstyle ':prezto:load' pmodule \
|
|||
'directory' \
|
||||
'spectrum' \
|
||||
'utility' \
|
||||
'ssh' \
|
||||
'completion' \
|
||||
'homebrew' \
|
||||
'osx' \
|
||||
'git' \
|
||||
'syntax-highlighting' \
|
||||
'history-substring-search' \
|
||||
'prompt'
|
||||
|
||||
#
|
||||
|
|
|
@ -17,8 +17,10 @@ fi
|
|||
# Editors
|
||||
#
|
||||
|
||||
export EDITOR='nano'
|
||||
export VISUAL='nano'
|
||||
#export EDITOR='nano'
|
||||
export EDITOR='vi'
|
||||
#export VISUAL='nano'
|
||||
export VISUAL='vi'
|
||||
export PAGER='less'
|
||||
|
||||
#
|
||||
|
|
Loading…
Add table
Reference in a new issue