diff options
author | Karel Kočí <cynerd@email.cz> | 2017-05-03 16:07:02 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2017-05-03 16:07:02 +0200 |
commit | cd4f173dbb4da9f9f6e616a13468a4d229e02af5 (patch) | |
tree | 0b48972893efb51207e5daaef7638643753ac914 | |
parent | d0bb264a9e7b30ba22672e323cb404dfb403c342 (diff) | |
download | myconfigs-cd4f173dbb4da9f9f6e616a13468a4d229e02af5.tar.gz myconfigs-cd4f173dbb4da9f9f6e616a13468a4d229e02af5.tar.bz2 myconfigs-cd4f173dbb4da9f9f6e616a13468a4d229e02af5.zip |
Add path.sh profile.d file to set PATH variable
-rw-r--r-- | system/etc/profile.d/path.sh | 1 |
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" |