diff options
| author | Hsieh Chin Fan <typebrook@gmail.com> | 2021-01-23 16:24:00 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <typebrook@gmail.com> | 2021-01-23 16:24:00 +0800 |
| commit | 16f393536b0c14d192288c84171313ac5135b669 (patch) | |
| tree | f69825f6847064addc5c3de983f7d9269ff65e91 /tools | |
| parent | 64130936d9db6ca1036513199aaa9ece80963600 (diff) | |
update
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/init/load-settings.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/init/load-settings.sh b/tools/init/load-settings.sh index b46169d..9d9f56e 100755 --- a/tools/init/load-settings.sh +++ b/tools/init/load-settings.sh | |||
| @@ -4,6 +4,8 @@ elif [[ $0 == 'bash' ]]; then | |||
| 4 | shopt -s extglob | 4 | shopt -s extglob |
| 5 | fi | 5 | fi |
| 6 | 6 | ||
| 7 | cd ~/Downloads | ||
| 8 | |||
| 7 | # set default editor | 9 | # set default editor |
| 8 | export EDITOR=vim | 10 | export EDITOR=vim |
| 9 | 11 | ||