Update directories
Include the ~/Code/os directory for open source projects.
This commit is contained in:
parent
9933b0b8aa
commit
de5f12ad9f
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue