sessionizer and init.vim

This commit is contained in:
Rahsheen Porter 2022-10-27 23:16:23 -04:00
parent d1632cab01
commit 95b21f7eec
2 changed files with 20 additions and 4 deletions

View file

@ -3,7 +3,7 @@
if [[ $# -eq 1 ]]; then
selected=$1
else
selected=$(find ~/.config ~/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)
fi
if [[ -z $selected ]]; then