summaryrefslogtreecommitdiff
path: root/sh/.config/env/10-path.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sh/.config/env/10-path.sh')
-rw-r--r--sh/.config/env/10-path.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/sh/.config/env/10-path.sh b/sh/.config/env/10-path.sh
new file mode 100644
index 0000000..67cb738
--- /dev/null
+++ b/sh/.config/env/10-path.sh
@@ -0,0 +1,4 @@
+if [ -d "${HOME}/bin" ]
+then
+ export PATH="${PATH}:${HOME}/bin"
+fi