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' \ 'directory' \
'spectrum' \ 'spectrum' \
'utility' \ 'utility' \
'ssh' \
'completion' \ 'completion' \
'homebrew' \
'osx' \
'git' \
'syntax-highlighting' \
'history-substring-search' \
'prompt' 'prompt'
# #

@ -17,8 +17,10 @@ fi
# Editors # Editors
# #
export EDITOR='nano' #export EDITOR='nano'
export VISUAL='nano' export EDITOR='vi'
#export VISUAL='nano'
export VISUAL='vi'
export PAGER='less' export PAGER='less'
# #

Loading…
Cancel
Save