mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 05:28:49 +00:00
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:
parent
b119b4f1da
commit
db5eebd372
1 changed files with 4 additions and 0 deletions
4
share/functions/fish_indent.fish
Normal file
4
share/functions/fish_indent.fish
Normal 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
|
Loading…
Reference in a new issue