diff options
Diffstat (limited to '')
-rw-r--r-- | bin/1sh/dot.profile | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/bin/1sh/dot.profile b/bin/1sh/dot.profile deleted file mode 100644 index da1daa5e..00000000 --- a/bin/1sh/dot.profile +++ /dev/null @@ -1,16 +0,0 @@ -# $FreeBSD: releng/12.1/bin/sh/dot.profile 338374 2018-08-29 16:59:19Z brd $ -# -PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:~/bin -export PATH -HOME=/root -export HOME -TERM=${TERM:-xterm} -export TERM -PAGER=less -export PAGER - -# Query terminal size; useful for serial lines. -if [ -x /usr/bin/resizewin ] ; then /usr/bin/resizewin -z ; fi - -# Uncomment to display a random cookie on each login. -# if [ -x /usr/bin/fortune ] ; then /usr/bin/fortune -s ; fi |