mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 14:29:16 +08: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
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 New Issue
Block a user