From efc827f5a9efc072bd6cd248631e9647d048756f Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Wed, 24 May 2023 16:36:32 -0500 Subject: fix: prevent PATH from being overridden Also, mimic Arch's /etc/profile more accurately, switching to append-path API function that is called from auxiliary profile.d scripts. --- xdg/.config/profile.d/10-xdg.sh | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 xdg/.config/profile.d/10-xdg.sh (limited to 'xdg/.config/profile.d/10-xdg.sh') diff --git a/xdg/.config/profile.d/10-xdg.sh b/xdg/.config/profile.d/10-xdg.sh deleted file mode 100644 index 3edf889..0000000 --- a/xdg/.config/profile.d/10-xdg.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -export PATH="$PATH:$HOME/.local/bin" -- cgit v1.2.3-70-g09d2