diff options
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 fcd6494..eca5a60 100755 --- a/bin/init/load-settings.sh +++ b/bin/init/load-settings.sh | |||
@@ -7,7 +7,7 @@ export XDG_CONFIG_HOME=~/.config | |||
7 | 7 | ||
8 | # Get current shell | 8 | # Get current shell |
9 | export shell=$(</proc/$$/cmdline sed -E 's/(.)-.+$/\1/' | tr -d '[\0\-]') | 9 | export shell=$(</proc/$$/cmdline sed -E 's/(.)-.+$/\1/' | tr -d '[\0\-]') |
10 | shell=${shell##*/} | 10 | export shell=${shell##*/} |
11 | 11 | ||
12 | # load custom aliases | 12 | # load custom aliases |
13 | source $SETTING_DIR/alias | 13 | source $SETTING_DIR/alias |