summaryrefslogtreecommitdiffstatshomepage
path: root/xdg/.config/profile.d/10-xdg.sh
diff options
context:
space:
mode:
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"