Skip to content

Commit 6b693da

Browse files
add /usr/sbin and /sbin for profile (#2139)
Signed-off-by: Donjuanplatinum <donplat@barrensea.org>
1 parent d59a4e2 commit 6b693da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user/sysconfig/etc/profile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/sh
2-
export PATH=/bin:/usr/bin:/usr/local/bin
2+
export PATH=/bin:/usr/bin:/usr/local/bin:/usr/sbin:/sbin
33
# 设置 PS1 环境变量,定义彩色命令行提示符
44
# \\e[32m 设置绿色,\\e[34m 设置蓝色,\\e[0m 重置颜色,不可见字符必须用 \[ ... \] 包裹
55
# \\u 用户名,\\h 主机名,\\w 当前工作目录

0 commit comments

Comments
 (0)