zshrc: set EDITOR

This commit is contained in:
He4eT 2023-03-26 21:50:03 +03:00
commit 43b406a37d

View file

@ -2,6 +2,7 @@
# export PATH=$HOME/bin:/usr/local/bin:$PATH
export PATH=$HOME/apps/bin:$PATH
export EDITOR="/usr/bin/vim"
# Path to your oh-my-zsh installation.
export ZSH="/home/odd/.oh-my-zsh"