aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/xdg/.config/profile.d/10-xdg.sh
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2023-03-28 16:07:00 -0500
committerToby Vincent <tobyv13@gmail.com>2023-03-28 16:07:00 -0500
commit4309d46cd57cfb7a63a29403d8153ced39a32443 (patch)
tree12ef98a0d885afaa6ab4979b8b98fce3eb9d90ee /xdg/.config/profile.d/10-xdg.sh
parent4d93300cd6bb36a69316ddd469da8a6be52fef6f (diff)
feat(xdg): move xdg related variables into environment.d
Diffstat (limited to 'xdg/.config/profile.d/10-xdg.sh')
-rw-r--r--xdg/.config/profile.d/10-xdg.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/xdg/.config/profile.d/10-xdg.sh b/xdg/.config/profile.d/10-xdg.sh
new file mode 100644
index 0000000..3edf889
--- /dev/null
+++ b/xdg/.config/profile.d/10-xdg.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+export PATH="$PATH:$HOME/.local/bin"