diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2024-06-08 18:22:03 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2024-06-08 18:24:46 +0800 |
commit | 8d8e5a626bcaf634fc56f6b7b28388f607f3b6c7 (patch) | |
tree | 5321e19a913ea40cea841ded1acd3aa2d6953801 /bin/init | |
parent | 024dd04edc16693545fb916150e6361f0626aad0 (diff) |
Update
Diffstat (limited to 'bin/init')
-rwxr-xr-x | bin/init/load-settings.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/init/load-settings.sh b/bin/init/load-settings.sh index 94cbfc0..cf1273a 100755 --- a/bin/init/load-settings.sh +++ b/bin/init/load-settings.sh | |||
@@ -12,7 +12,6 @@ if which nvim &>/dev/null; then | |||
12 | export VISUAL=nvim | 12 | export VISUAL=nvim |
13 | export TIG_EDITOR=nvim | 13 | export TIG_EDITOR=nvim |
14 | export GIT_EDITOR=nvim | 14 | export GIT_EDITOR=nvim |
15 | export VIMRUNTIME=/usr/share/nvim/runtime | ||
16 | else | 15 | else |
17 | export EDITOR=vim | 16 | export EDITOR=vim |
18 | export VISUAL=vim | 17 | export VISUAL=vim |