From ce5ff8bf5e2acce9623d8db5ec5ae3571364ead5 Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Wed, 15 Jan 2025 17:03:54 +0800 Subject: Update --- profile | 1 + 1 file changed, 1 insertion(+) (limited to 'profile') diff --git a/profile b/profile index 2c3f8ca..578c762 100644 --- a/profile +++ b/profile @@ -25,6 +25,7 @@ source $SETTING_DIR/alias # sourcr rc files in private/ and bin/ [[ -d $SETTING_DIR/private ]] && for f in $SETTING_DIR/private/*; do source $f; done find $SETTING_DIR/bin -not -executable -name '*rc' | while read rcfile; do source $rcfile; done +find $SETTING_DIR/bin -mindepth 1 -type d | while read dir; do PATH+=:${dir}; done # fzf if which fzf &>/dev/null; then -- cgit v1.2.3-70-g09d2