We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d59a4e2 commit 6b693daCopy full SHA for 6b693da
1 file changed
user/sysconfig/etc/profile
@@ -1,5 +1,5 @@
1
#!/bin/sh
2
-export PATH=/bin:/usr/bin:/usr/local/bin
+export PATH=/bin:/usr/bin:/usr/local/bin:/usr/sbin:/sbin
3
# 设置 PS1 环境变量,定义彩色命令行提示符
4
# \\e[32m 设置绿色,\\e[34m 设置蓝色,\\e[0m 重置颜色,不可见字符必须用 \[ ... \] 包裹
5
# \\u 用户名,\\h 主机名,\\w 当前工作目录
0 commit comments