mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-30 19:41:15 -03: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:
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
|
||||
Reference in New Issue
Block a user