1
0
Fork 0

added modules to .zpreztorc and changed to vi editor and visual in .zprofile

pull/1588/head
Alex Rechsteiner 7 years ago
parent 3d911cd511
commit 0819df12dd

@ -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…
Cancel
Save