Update directories

Include the ~/Code/os directory for open source projects.
This commit is contained in:
Oliver Davies 2025-02-05 06:51:48 +00:00
parent 9933b0b8aa
commit de5f12ad9f

View file

@ -9,7 +9,7 @@ index fa1bec5..4d79e0b 100755
- # If someone wants to make this extensible, i'll accept - # If someone wants to make this extensible, i'll accept
- # PR - # PR
- selected=$(find ~/ ~/personal ~/personal/dev/env/.config -mindepth 1 -maxdepth 1 -type d | fzf) - selected=$(find ~/ ~/personal ~/personal/dev/env/.config -mindepth 1 -maxdepth 1 -type d | fzf)
+ selected=$(find -L ~/ ~/Code ~/Documents -mindepth 1 -maxdepth 1 -type d | sort | fzf) + selected=$(find -L ~/ ~/Code ~/Code/os ~/Documents -mindepth 1 -maxdepth 1 -type d | sort | fzf)
fi fi
if [[ -z $selected ]]; then if [[ -z $selected ]]; then