Add function for fish_indent so that it does not need to be in PATH, in preparation for making fish no longer need to set PATH

This commit is contained in:
ridiculousfish 2013-02-13 14:44:10 -08:00
parent b119b4f1da
commit db5eebd372

View File

@ -0,0 +1,4 @@
function fish_indent --description 'Indenter and prettifier for fish code'
# This is wrapped in a function so that fish_indent does not need to be found in PATH
eval $__fish_bin_dir/fish_indent $argv
end