diff options
Diffstat (limited to 'tools/init')
-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 |