This commit is contained in:
2023-05-24 13:35:32 +02:00
parent e12fbd0689
commit 0698c60a3d
8 changed files with 65 additions and 24 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
if [[ $# -eq 1 ]]; then
selected=$1
else
selected=$(find ~/Documents/Arcanite/ ~/Documents/PolyLAN/ ~/Documents/ -mindepth 1 -maxdepth 1 -type d | fzf)
selected=$(find ~/Documents/Arcanite/ ~/Documents/PolyLAN/ ~/Documents/Python ~/Documents/ -mindepth 1 -maxdepth 1 -type d | fzf)
fi
if [[ -z $selected ]]; then