diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-08-30 22:40:03 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-08-30 22:40:03 +0200 |
| commit | a94ac638f8bb946e98ca04503e7907f9f1d63c3e (patch) | |
| tree | d671c70f32b183e96776abed844a945839438f51 /runcoms/zprofile | |
| parent | 6f7715ef506f39a0b0d9a5cd2afc7ed7a7202064 (diff) | |
Reduce further
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' # |