..
This commit is contained in:
parent
2944306588
commit
a907e76550
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,6 @@ fi
|
||||||
export LANG="en_US.UTF-8"
|
export LANG="en_US.UTF-8"
|
||||||
|
|
||||||
# Custom.
|
# Custom.
|
||||||
export KITTY_CONFIG_DIRECTORY="$ETC/kitty"
|
|
||||||
export APP="$HOME/app"
|
export APP="$HOME/app"
|
||||||
export BIN="$HOME/bin"
|
export BIN="$HOME/bin"
|
||||||
export LOAD="$HOME/load"
|
export LOAD="$HOME/load"
|
||||||
|
@ -120,6 +119,7 @@ fi
|
||||||
# CLI.
|
# CLI.
|
||||||
|
|
||||||
# Programs.
|
# Programs.
|
||||||
|
export KITTY_CONFIG_DIRECTORY="$ETC/kitty"
|
||||||
export OPENER="`which-first xdg-open`"
|
export OPENER="`which-first xdg-open`"
|
||||||
export EDITOR=`which-first nvim vim vi ed`
|
export EDITOR=`which-first nvim vim vi ed`
|
||||||
export VISUAL="$EDITOR"
|
export VISUAL="$EDITOR"
|
||||||
|
|
Loading…
Reference in a new issue