fish-shell/share/functions/fish_indent.fish
2016-07-01 00:08:46 -07:00

4 lines
222 B
Fish

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 (string escape $__fish_bin_dir/fish_indent) $argv
end