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