aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2021-08-30 23:15:35 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2021-08-30 23:15:35 +0800
commite0cc4affe24895c38c96d7be17637c5998011bee (patch)
tree92d203534973011a29603fefbbe46472fc5fc8d1
parent7bf2edb1b21b57a0fc5704bfeaecfe6944a4eea4 (diff)
update
-rwxr-xr-xtools/init/load-settings.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/init/load-settings.sh b/tools/init/load-settings.sh
index f578a78..c1a0578 100755
--- a/tools/init/load-settings.sh
+++ b/tools/init/load-settings.sh
@@ -1,7 +1,7 @@
1# load custom aliases 1# load custom aliases
2export SETTING_DIR=${SETTING_DIR:=$HOME/settings} 2export SETTING_DIR=${SETTING_DIR:=$HOME/settings}
3source $SETTING_DIR/alias 3source $SETTING_DIR/alias
4source $SETTING_DIR/private/* 4[[ -d $SETTING_DIR/private ]] && source $SETTING_DIR/private/*
5 5
6# Config shell 6# Config shell
7if [[ $SHELL =~ zsh$ ]]; then 7if [[ $SHELL =~ zsh$ ]]; then