This commit is contained in:
Gokcehan 2017-05-14 17:11:38 +03:00
parent 041fb5ead3
commit bf03f061ee

View File

@ -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 function lf