X-Git-Url: https://code.delx.au/dotfiles/blobdiff_plain/0dfd7d0e8bbd638b473c95aed6c7315532466340..df9a6ce138275cd8cd7ce9b09a0c6c6cecfad4af:/.bashrc diff --git a/.bashrc b/.bashrc index 8f6421a..443153f 100644 --- a/.bashrc +++ b/.bashrc @@ -14,7 +14,7 @@ fi # Add ~/bin and subdirs to PATH if needed while read -r p; do echo "$PATH" | tr ':' '\n' | grep -qxF "$p" || PATH="${p}:$PATH" -done < <(find ~/bin -type d 2> /dev/null) +done < <(find -L ~/bin -maxdepth 1 -type d 2> /dev/null) # Set EMAIL from the freedesktop environment.d if [ -r ~/.config/environment.d/10-email.conf ]; then