mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-22 10:45:13 +08: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
@ -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…
x
Reference in New Issue
Block a user