This commit is contained in:
Gokcehan 2017-05-14 18:21:03 +03:00
parent bf03f061ee
commit a585ce8bab

View File

@ -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 # 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" # mkdir -p ~/.config/fish/functions
# if test -f "$lffish" # ln -s "$GOPATH/src/github.com/gokcehan/lf/etc/lf.fish" ~/.config/fish/functions
# source "$lffish"
# end
# #
function lf function lf