From bf03f061ee27d665df28fca7263fe51ca6ee0441 Mon Sep 17 00:00:00 2001 From: Gokcehan Date: Sun, 14 May 2017 17:11:38 +0300 Subject: [PATCH] cleanup --- etc/lf.fish | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/etc/lf.fish b/etc/lf.fish index 8459000..65dde26 100644 --- a/etc/lf.fish +++ b/etc/lf.fish @@ -1,6 +1,12 @@ -# Change working dir in Fish to last dir in lf on exit (adapted from Bash version) +# Change working dir in Fish to last dir in lf on exit (adapted from ranger). # -# You need to copy the content of this file to ~/.config/fish/config.fish +# You need to either copy the content of this file to ~/.config/fish/config.fish +# or source this file directly using something like: +# +# set lffish "$GOPATH/src/github.com/gokcehan/lf/etc/lf.fish" +# if test -f "$lffish" +# source "$lffish" +# end # function lf