diff options
Diffstat (limited to 'profile')
-rw-r--r-- | profile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
27 | find $SETTING_DIR/bin -not -executable -name '*rc' | while read rcfile; do source $rcfile; done | 27 | find $SETTING_DIR/bin -not -executable -name '*rc' | while read rcfile; do source $rcfile; done |
28 | find $SETTING_DIR/bin -mindepth 1 -type d | while read dir; do PATH+=:${dir}; done | ||
28 | 29 | ||
29 | # fzf | 30 | # fzf |
30 | if which fzf &>/dev/null; then | 31 | if which fzf &>/dev/null; then |