mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-25 04:13:08 +00:00
Remove code that tries to load files in include directory
https://github.com/fish-shell/fish-shell/issues/416
This commit is contained in:
parent
1feea366ca
commit
ac70772070
1 changed files with 0 additions and 10 deletions
|
@ -37,13 +37,3 @@ if status --is-login
|
|||
end
|
||||
end
|
||||
|
||||
#
|
||||
# Load additional initialization files
|
||||
#
|
||||
|
||||
if test -d include
|
||||
for i in include/*.fish
|
||||
. $i
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue