From 0819df12dd15fc24b7f5eacfea914ccc302317a9 Mon Sep 17 00:00:00 2001 From: Alex Rechsteiner Date: Mon, 21 May 2018 22:11:37 +0200 Subject: [PATCH] added modules to .zpreztorc and changed to vi editor and visual in .zprofile --- runcoms/zpreztorc | 6 ++++++ runcoms/zprofile | 6 ++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/runcoms/zpreztorc b/runcoms/zpreztorc index 28b60054..d1b39795 100644 --- a/runcoms/zpreztorc +++ b/runcoms/zpreztorc @@ -34,7 +34,13 @@ zstyle ':prezto:load' pmodule \ 'directory' \ 'spectrum' \ 'utility' \ + 'ssh' \ 'completion' \ + 'homebrew' \ + 'osx' \ + 'git' \ + 'syntax-highlighting' \ + 'history-substring-search' \ 'prompt' # diff --git a/runcoms/zprofile b/runcoms/zprofile index acd77425..c4b66675 100644 --- a/runcoms/zprofile +++ b/runcoms/zprofile @@ -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' #