diff options
| author | Hsieh Chin Fan <pham@topo.tw> | 2025-01-15 17:03:54 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <pham@topo.tw> | 2025-01-15 17:05:20 +0800 |
| commit | ce5ff8bf5e2acce9623d8db5ec5ae3571364ead5 (patch) | |
| tree | 4ab2ffe61d5ded91dd7280b75fc1370bb2ecf5b0 /profile | |
| parent | 1a4cda747970e8239b6a27f5d4eb03b63ab4bf9b (diff) | |
Update
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 |