[bugfix] .profile.fish wont be sourced
This commit is contained in:
parent
86b770c23b
commit
31e08fa2b2
|
@ -1,6 +1,6 @@
|
|||
|
||||
function source_files
|
||||
for f in $argv
|
||||
test -e $f && source $f && return
|
||||
test -e $f && source $f
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue
Block a user