diff options
Diffstat (limited to 'runcoms/zprofile')
| -rw-r--r-- | runcoms/zprofile | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/runcoms/zprofile b/runcoms/zprofile index d0cb3b8..a079fab 100644 --- a/runcoms/zprofile +++ b/runcoms/zprofile @@ -1,11 +1,4 @@ # -# Executes commands at login pre-zshrc. -# -# Authors: -# Sorin Ionescu <sorin.ionescu@gmail.com> -# - -# # Browser # @@ -17,8 +10,8 @@ fi # Editors # -export EDITOR='vi' -export VISUAL='vi' +export EDITOR='nvim' +export VISUAL='nvim' export PAGER='less' # |