This commit is contained in:
Andrey Parhomenko 2024-08-02 12:23:52 +05:00
parent 2944306588
commit a907e76550

View file

@ -78,7 +78,6 @@ fi
export LANG="en_US.UTF-8"
# Custom.
export KITTY_CONFIG_DIRECTORY="$ETC/kitty"
export APP="$HOME/app"
export BIN="$HOME/bin"
export LOAD="$HOME/load"
@ -120,6 +119,7 @@ fi
# CLI.
# Programs.
export KITTY_CONFIG_DIRECTORY="$ETC/kitty"
export OPENER="`which-first xdg-open`"
export EDITOR=`which-first nvim vim vi ed`
export VISUAL="$EDITOR"