From 6e144bcba48c7fd7a707693874a9bb311afd2c33 Mon Sep 17 00:00:00 2001 From: Till Höppner Date: Mon, 15 May 2017 14:34:02 +0200 Subject: Add fuzzy cd/locate/kill --- functions/fl | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 functions/fl (limited to 'functions/fl') 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" -- cgit v1.2.3