Run fish_indent on share/**.fish

This commit is contained in:
Johannes Altmanninger
2020-08-17 11:43:02 +02:00
parent 19943576e4
commit eb59d4eb14
17 changed files with 245 additions and 245 deletions

View File

@@ -25,7 +25,7 @@ function fish_prompt --description 'Write out the prompt'
end
# Write pipestatus
set -l bold_flag '--bold'
set -l bold_flag --bold
if test $__fish_prompt_status_generation = $status_generation
set bold_flag
end