complete refactor with kickstart.nvim

This commit is contained in:
Rahsheen Porter 2023-02-04 18:11:52 -05:00
parent f3d84f90cd
commit 897d00ad32
16 changed files with 571 additions and 404 deletions

View file

@ -3,8 +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/**/* -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