cleanup
This commit is contained in:
parent
041fb5ead3
commit
bf03f061ee
10
etc/lf.fish
10
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
|
function lf
|
||||||
|
Loading…
Reference in New Issue
Block a user