diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2023-04-25 08:48:32 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2023-04-25 08:48:32 +0800 |
commit | fdf267e18108763bdd149ac103b7588d403940a7 (patch) | |
tree | 7b2f821bd4351ade2c81ea6913b6e3ccacae4a03 /bin/init | |
parent | 6b261d54032616efbff93ca41d9ea8bb7eb14364 (diff) |
Update
Diffstat (limited to 'bin/init')
-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 11b1b56..960f407 100755 --- a/bin/init/load-settings.sh +++ b/bin/init/load-settings.sh | |||
@@ -2,7 +2,7 @@ trap 'exit.sh' EXIT | |||
2 | 2 | ||
3 | export SETTING_DIR=${SETTING_DIR:=$HOME/helper} | 3 | export SETTING_DIR=${SETTING_DIR:=$HOME/helper} |
4 | export BIN_DIR=~/bin | 4 | export BIN_DIR=~/bin |
5 | export PATH=$PATH:$BIN_DIR | 5 | export PATH=$BIN_DIR:$PATH |
6 | export EDITOR=nvim | 6 | export EDITOR=nvim |
7 | export VISUAL=nvim | 7 | export VISUAL=nvim |
8 | export TIG_EDITOR=nvim | 8 | export TIG_EDITOR=nvim |