diff options
| author | Ka Ho Ng <khng@FreeBSD.org> | 2021-10-26 14:48:57 +0000 |
|---|---|---|
| committer | Ka Ho Ng <khng@FreeBSD.org> | 2021-10-26 14:50:09 +0000 |
| commit | fcfa64801a4fe836ff481465ea068e791aa4ce6a (patch) | |
| tree | 82e57bffc741d6bbabc834fbd4823d2e4d4d97cb | |
| parent | 426682b05a4cf700c20d503516bfa07c043fecf8 (diff) | |
| -rw-r--r-- | bin/sh/dot.profile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/sh/dot.profile b/bin/sh/dot.profile index fd0c43fdb927..e296a360bcc7 100644 --- a/bin/sh/dot.profile +++ b/bin/sh/dot.profile @@ -1,9 +1,9 @@ # $FreeBSD$ # -PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:~/bin -export PATH HOME=/root export HOME +PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:~/bin +export PATH TERM=${TERM:-xterm} export TERM PAGER=less |
