aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/xdg/.config
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2023-05-24 16:36:32 -0500
committerToby Vincent <tobyv13@gmail.com>2023-05-24 16:36:32 -0500
commitefc827f5a9efc072bd6cd248631e9647d048756f (patch)
treee66537fc5128aca80580fa640546970f3ac187d9 /xdg/.config
parentc930c1e72e861bb285d77e0ccd3efe48d8f36739 (diff)
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.
Diffstat (limited to 'xdg/.config')
-rw-r--r--xdg/.config/profile.d/10-xdg.sh3
1 files changed, 0 insertions, 3 deletions
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"