diff options
| author | Hsieh Chin Fan <typebrook@gmail.com> | 2022-03-02 09:05:27 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <typebrook@gmail.com> | 2022-03-02 09:05:27 +0800 |
| commit | 0f4b3e995c883dbc504b75156e9ca5e6ebf07db1 (patch) | |
| tree | 58614127663617befbfaea58f3627e2f6eb30084 /tools | |
| parent | f425e159ea353939341bf1615ef2ea4c3c2ee7dc (diff) | |
update
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/init/load-settings.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/init/load-settings.sh b/tools/init/load-settings.sh index 779ef45..68844c1 100755 --- a/tools/init/load-settings.sh +++ b/tools/init/load-settings.sh | |||
| @@ -5,9 +5,6 @@ export EDITOR=vim | |||
| 5 | source $SETTING_DIR/alias | 5 | source $SETTING_DIR/alias |
| 6 | [[ -d $SETTING_DIR/private ]] && for f in $SETTING_DIR/private/*; do source $f; done | 6 | [[ -d $SETTING_DIR/private ]] && for f in $SETTING_DIR/private/*; do source $f; done |
| 7 | 7 | ||
| 8 | # set caps as ctrl under X | ||
| 9 | setxkbmap -option ctrl:nocaps 2>/dev/null | ||
| 10 | |||
| 11 | # Config shell | 8 | # Config shell |
| 12 | shell=$(cat /proc/$$/cmdline | tr -d '\0') | 9 | shell=$(cat /proc/$$/cmdline | tr -d '\0') |
| 13 | case $shell in | 10 | case $shell in |