add rhubarb and such
This commit is contained in:
parent
c55035e0f2
commit
0bc180e0f3
4 changed files with 6 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
if [[ $# -eq 1 ]]; then
|
||||
selected=$1
|
||||
else
|
||||
selected=$(find ~/ ~/Development -mindepth 1 -maxdepth 1 -type d | fzf)
|
||||
selected=$(find ~/.config ~/Development ~/Development/keeps-next ~/Development/keeps-frontend -mindepth 1 -maxdepth 1 -type d | fzf)
|
||||
fi
|
||||
|
||||
if [[ -z $selected ]]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue