summaryrefslogtreecommitdiff
path: root/functions/fl
diff options
context:
space:
mode:
Diffstat (limited to 'functions/fl')
-rw-r--r--functions/fl3
1 files changed, 3 insertions, 0 deletions
diff --git a/functions/fl b/functions/fl
new file mode 100644
index 0000000..d73a525
--- /dev/null
+++ b/functions/fl
@@ -0,0 +1,3 @@
+# fda - including hidden directories
+local dir
+dir=$(locate / | fzf +m) && cd "$dir"