Restyle codebase

Not a lot of changes, tbh
This commit is contained in:
Fabian Boehm
2022-06-16 18:43:28 +02:00
parent 18433278ec
commit 8f08fe80fd
21 changed files with 176 additions and 144 deletions

View File

@@ -49,7 +49,7 @@ function fish_add_path --description "Add paths to the PATH"
# Ignore non-existing paths
if not test -d "$p"
# path does not exist
if set -q _flag_verbose;
if set -q _flag_verbose
# print a message in verbose mode
printf (_ "Skipping non-existent path: %s\n") "$p"
end