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