summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index 16250f0..6d99bfb 100644
--- a/.bashrc
+++ b/.bashrc
@@ -8,7 +8,7 @@ function __dir_search {
shift 2
local dir=$(
- find "$base" "$@" -printf '%P\n' \
+ find "$base" "$@" -type d -printf '%P\n' \
| sed 1i. \
| sort -r \
| fzf -q "$qry"