aboutsummaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2017-05-03 16:07:02 +0200
committerKarel Kočí <cynerd@email.cz>2017-05-03 16:07:02 +0200
commitcd4f173dbb4da9f9f6e616a13468a4d229e02af5 (patch)
tree0b48972893efb51207e5daaef7638643753ac914 /system
parentd0bb264a9e7b30ba22672e323cb404dfb403c342 (diff)
downloadmyconfigs-cd4f173dbb4da9f9f6e616a13468a4d229e02af5.tar.gz
myconfigs-cd4f173dbb4da9f9f6e616a13468a4d229e02af5.tar.bz2
myconfigs-cd4f173dbb4da9f9f6e616a13468a4d229e02af5.zip
Add path.sh profile.d file to set PATH variable
Diffstat (limited to 'system')
-rw-r--r--system/etc/profile.d/path.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/system/etc/profile.d/path.sh b/system/etc/profile.d/path.sh
new file mode 100644
index 0000000..ae00916
--- /dev/null
+++ b/system/etc/profile.d/path.sh
@@ -0,0 +1 @@
+PATH="$PATH:/usr/sbin:/sbin"