update sessionizer paths
This commit is contained in:
parent
b9ca1ccb4c
commit
fc16a5466b
3 changed files with 4 additions and 3 deletions
|
|
@ -3,7 +3,8 @@
|
|||
if [[ $# -eq 1 ]]; then
|
||||
selected=$1
|
||||
else
|
||||
selected=$(find ~/.config ~/Development/nurx ~/Development ~/Development/keeps-next ~/Development/keeps-frontend -mindepth 1 -maxdepth 1 -type d | fzf)
|
||||
#selected=$(find ~/.config ~/Development/nurx ~/Development ~/Development/keeps-next ~/Development/keeps-frontend -mindepth 1 -maxdepth 1 -type d | fzf)
|
||||
selected=$(find ~/.config ~/Development/**/* -mindepth 1 -maxdepth 1 -type d | fzf)
|
||||
fi
|
||||
|
||||
if [[ -z $selected ]]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue