diff options
Diffstat (limited to 'config/shell/functionrc')
-rw-r--r-- | config/shell/functionrc | 3 |
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 "$@")" +} |