Add SUDO_EDITOR

This commit is contained in:
flyingscorpio@pinebookpro 2021-10-26 12:38:54 +02:00
parent f60eb6687d
commit 4febefc922

View file

@ -1,6 +1,7 @@
# items common to ~/.bash_profile and ~/.zprofile
[[ -x /usr/bin/vim ]] && export EDITOR="/usr/bin/vim"
export SUDO_EDITOR="$EDITOR"
export TERMINAL="kitty"
export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket"