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

This commit is contained in:
Alex Rechsteiner 2018-05-21 22:11:37 +02:00
parent 3d911cd511
commit 0819df12dd
2 changed files with 10 additions and 2 deletions

View file

@ -34,7 +34,13 @@ zstyle ':prezto:load' pmodule \
'directory' \
'spectrum' \
'utility' \
'ssh' \
'completion' \
'homebrew' \
'osx' \
'git' \
'syntax-highlighting' \
'history-substring-search' \
'prompt'
#

View file

@ -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'
#