Multiple changes

This commit is contained in:
fbecker18
2022-05-25 10:51:22 +02:00
parent ca4e37f042
commit c08658eccc
10 changed files with 38 additions and 70 deletions

View File

@@ -3,7 +3,7 @@
if [[ $# -eq 1 ]]; then
selected=$1
else
selected=$(find ~/code -mindepth 1 -maxdepth 1 -type d | fzf)
selected=$(find ~/code ~/personal -mindepth 1 -maxdepth 1 -type d | fzf)
fi
if [[ -z $selected ]]; then