[bugfix] .profile.fish wont be sourced

This commit is contained in:
Klesh Wong 2020-12-06 11:44:36 +08:00
parent 86b770c23b
commit 31e08fa2b2

View File

@ -1,6 +1,6 @@
function source_files
for f in $argv
test -e $f && source $f && return
test -e $f && source $f
end
end