aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--share/config.fish4
1 files changed, 0 insertions, 4 deletions
diff --git a/share/config.fish b/share/config.fish
index 689637d5..75d8cb47 100644
--- a/share/config.fish
+++ b/share/config.fish
@@ -97,10 +97,6 @@ set -xg PATH $__fish_tmp_path
set -e __fish_tmp_path
functions -e __fish_load_path_helper_paths
-# Source any files matching /etc/profile.d/*.fish
-for file in /etc/profile.d/*.fish
- source $file
-end
# Add a handler for when fish_user_path changes, so we can apply the same changes to PATH
# Invoke it immediately to apply the current value of fish_user_path