style: format fish files with fish_indent
This commit is contained in:
@@ -4,7 +4,7 @@ function _puffer_fish_expand_star
|
||||
else if string match --quiet -- '!' "$(commandline --current-token)"
|
||||
set -l prev_cmd $history[1]
|
||||
set -l prev_args (string split ' ' $prev_cmd)
|
||||
set -e prev_args[1] # remove command name
|
||||
set -e prev_args[1] # remove command name
|
||||
set -l arg_str (string join ' ' $prev_args)
|
||||
# replace !* with all arguments
|
||||
commandline --current-token ''
|
||||
|
||||
Reference in New Issue
Block a user