mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-16 01:38:24 +00:00
5 lines
206 B
Fish
5 lines
206 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 $__fish_bin_dir/fish_indent $argv
|
||
|
end
|