aboutsummaryrefslogtreecommitdiffhomepage
path: root/profile
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2025-01-15 17:03:54 +0800
committerHsieh Chin Fan <pham@topo.tw>2025-01-15 17:05:20 +0800
commitce5ff8bf5e2acce9623d8db5ec5ae3571364ead5 (patch)
tree4ab2ffe61d5ded91dd7280b75fc1370bb2ecf5b0 /profile
parent1a4cda747970e8239b6a27f5d4eb03b63ab4bf9b (diff)
Update
Diffstat (limited to 'profile')
-rw-r--r--profile1
1 files changed, 1 insertions, 0 deletions
diff --git a/profile b/profile
index 2c3f8ca..578c762 100644
--- a/profile
+++ b/profile
@@ -25,6 +25,7 @@ source $SETTING_DIR/alias
25# sourcr rc files in private/ and bin/ 25# sourcr rc files in private/ and bin/
26[[ -d $SETTING_DIR/private ]] && for f in $SETTING_DIR/private/*; do source $f; done 26[[ -d $SETTING_DIR/private ]] && for f in $SETTING_DIR/private/*; do source $f; done
27find $SETTING_DIR/bin -not -executable -name '*rc' | while read rcfile; do source $rcfile; done 27find $SETTING_DIR/bin -not -executable -name '*rc' | while read rcfile; do source $rcfile; done
28find $SETTING_DIR/bin -mindepth 1 -type d | while read dir; do PATH+=:${dir}; done
28 29
29# fzf 30# fzf
30if which fzf &>/dev/null; then 31if which fzf &>/dev/null; then