summaryrefslogtreecommitdiffstats
path: root/sh
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2024-02-27 22:44:57 -0500
committerJesse Luehrs <doy@tozt.net>2024-02-27 22:44:57 -0500
commitf7783831e91ab7c3262c00ca1bf4007f858c44a8 (patch)
treeb7491bc36c13078b51f21a84468b5fd20ebaf46f /sh
parentee6d12be691bbf1352422dcf5f96b4f2a1be3e28 (diff)
downloadconf-f7783831e91ab7c3262c00ca1bf4007f858c44a8.tar.gz
conf-f7783831e91ab7c3262c00ca1bf4007f858c44a8.zip
make path setting more consistent
Diffstat (limited to 'sh')
-rw-r--r--sh/.config/sh/rc.d/00path1
1 files changed, 1 insertions, 0 deletions
diff --git a/sh/.config/sh/rc.d/00path b/sh/.config/sh/rc.d/00path
new file mode 100644
index 0000000..c9275f4
--- /dev/null
+++ b/sh/.config/sh/rc.d/00path
@@ -0,0 +1 @@
+export PATH="${HOME}/.bin/local:${HOME}/.bin:${HOME}/.cargo/bin:${PATH}"