+ doasedit uses $VISUAL instead of $EDITOR
This commit is contained in:
parent
6dd6f00291
commit
320729268c
1 changed files with 2 additions and 2 deletions
|
@ -34,9 +34,9 @@ export XMODIFIERS=@im="ibus"
|
||||||
# -- DEFAULT
|
# -- DEFAULT
|
||||||
export QT_QPA_PLATFORMTHEME="qt5ct"
|
export QT_QPA_PLATFORMTHEME="qt5ct"
|
||||||
if [[ -n $SSH_CONNECTION ]]; then
|
if [[ -n $SSH_CONNECTION ]]; then
|
||||||
export EDITOR="vim"
|
export VISUAL="vim"
|
||||||
else
|
else
|
||||||
export EDITOR="nvim"
|
export VISUAL="nvim"
|
||||||
fi
|
fi
|
||||||
export BROWSER="librewolf"
|
export BROWSER="librewolf"
|
||||||
# export BROWSER="waterfox-g3"
|
# export BROWSER="waterfox-g3"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue