diff --git a/cli/fish/functions/source_files.fish b/cli/fish/functions/source_files.fish index 8cf400b..56d4a03 100644 --- a/cli/fish/functions/source_files.fish +++ b/cli/fish/functions/source_files.fish @@ -1,6 +1,6 @@ function source_files for f in $argv - test -e $f && source $f && return + test -e $f && source $f end end