Add SUDO_EDITOR
This commit is contained in:
parent
f60eb6687d
commit
4febefc922
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue