diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2023-10-31 15:31:57 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2023-10-31 15:31:57 +0800 |
commit | ce4db0c26e36963f817a5e83b6c811f34b90ca97 (patch) | |
tree | 2086f15072ba2481b3a77418d9fa60428ebd055e /bin/init/load-settings.sh | |
parent | 5fff00bcef954a0a679a3e4d8049ab2df02da80c (diff) |
Update
Diffstat (limited to 'bin/init/load-settings.sh')
-rwxr-xr-x | bin/init/load-settings.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/init/load-settings.sh b/bin/init/load-settings.sh index d93767d..36ca79c 100755 --- a/bin/init/load-settings.sh +++ b/bin/init/load-settings.sh | |||
@@ -7,7 +7,7 @@ export TERM=xterm-256color | |||
7 | export XDG_CONFIG_HOME=~/.config | 7 | export XDG_CONFIG_HOME=~/.config |
8 | export XDG_STATE_HOME=~/.local/share/ | 8 | export XDG_STATE_HOME=~/.local/share/ |
9 | export MAIL=$HOME/Maildir | 9 | export MAIL=$HOME/Maildir |
10 | if which nvim; then | 10 | if which nvim &>/dev/null; then |
11 | export EDITOR=nvim | 11 | export EDITOR=nvim |
12 | export VISUAL=nvim | 12 | export VISUAL=nvim |
13 | export TIG_EDITOR=nvim | 13 | export TIG_EDITOR=nvim |