summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/common/goo7
1 files changed, 1 insertions, 6 deletions
diff --git a/bin/common/goo b/bin/common/goo
index 2a5faad..a56cbaf 100755
--- a/bin/common/goo
+++ b/bin/common/goo
@@ -15,14 +15,9 @@ VisualParadigm
intellij
arduino15"
-if [ -n "$2" ]
-then
- [ -d "$2" ] && dest="$2" || opt="-q $2"
-fi
-
for dir in $exclude; do
dirs="$dirs -name \"$dir\" -o "
done
cmd="find ${dest:-$HOME} \(${dirs} -false \) -prune -o -type ${1:-f} -mindepth 1 -print"
-eval "$cmd" 2>/dev/null | fzf $opt
+eval "$cmd" 2>/dev/null