fisher/test/fixtures/path-walk/foobar-path-walk
Jorge Bucaran 24bebe7811 Fix load order during installation. Close #170.
Now snippets can safely invoke functions defined in the plugin
function directory. Thanks @orangecms.
2016-03-26 14:41:44 +09:00

32 lines
948 B
Text

--source functions/foobar-baz.fish foobar-baz
--source functions/__foobar.fish __foobar
--source conf.d/foobar.before.init.fish
--source conf.d/foobar.config.fish
--source functions/fish_greeting.fish fish_greeting
--source functions/fish_prompt.fish fish_prompt
--source functions/fish_right_prompt.fish fish_right_prompt
--source functions/fish_title.fish fish_title
--bind
--source functions/foobar.fish foobar
--source conf.d/foobar.init.fish
--uninstall
--source conf.d/foobar.conf.fish
--source conf.d/foobar.mod.fish
--source conf.d/foobar.load.fish
--source completions/foobar.fish
-- conf.d/foobar.py
-- conf.d/foobar.rb
-- conf.d/foobar.php
-- conf.d/foobar.pl
-- conf.d/foobar.awk
-- conf.d/quux.awk
-- conf.d/foobar.sed
--man man/man1/foobar.1
--man man/man2/foobar.2
--man man/man3/foobar.3
--man man/man4/foobar.4
--man man/man5/foobar.5
--man man/man6/foobar.6
--man man/man7/foobar.7
--man man/man8/foobar.8
--man man/man9/foobar.9