aboutsummaryrefslogtreecommitdiff
path: root/rc.boot
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-05-16 16:30:49 +0300
committerCem Keylan <cem@ckyln.com>2020-05-16 16:30:49 +0300
commitee593c6930c0b4833880cea309c73437107afe03 (patch)
tree3492fa660b8f5385b5652e879fb209aea90adf28 /rc.boot
parent3c37be465a1f30aa040a81714e05034d95cf953a (diff)
downloadinit-ee593c6930c0b4833880cea309c73437107afe03.tar.gz
init: set PATH in rc.lib
Diffstat (limited to 'rc.boot')
-rwxr-xr-xrc.boot3
1 files changed, 0 insertions, 3 deletions
diff --git a/rc.boot b/rc.boot
index cc31d00..e0d9951 100755
--- a/rc.boot
+++ b/rc.boot
@@ -15,9 +15,6 @@ mnt() {
mount "$@" "$mnt"
}
-# Manually set path
-PATH=$PATH:/usr/bin:/usr/local/bin
-
# Display a pretty welcome message
printf '\033[1;36m-> \033[39mWelcome to \033[35mCarbs %s\033[39m!\033[m\n' "$(uname -s)"