summaryrefslogtreecommitdiff
path: root/config/shell/functionrc
diff options
context:
space:
mode:
Diffstat (limited to 'config/shell/functionrc')
-rw-r--r--config/shell/functionrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/shell/functionrc b/config/shell/functionrc
new file mode 100644
index 0000000..7be1e1e
--- /dev/null
+++ b/config/shell/functionrc
@@ -0,0 +1,3 @@
+lfcd () {
+ cd "$(command lf -print-last-dir "$@")"
+}