summary refs log tree commit diff
path: root/bin/cash/dot.profile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-01-10 20:12:15 -0500
committerJune McEnroe <june@causal.agency>2019-01-10 20:12:15 -0500
commit9e70c109553671702917be73e3c5ca9016d30aa5 (patch)
treeba7ee1b126c8180a7f0bda8587258204a57bc59d /bin/cash/dot.profile
parentReplace strchrnul with strchr (diff)
downloadsrc-9e70c109553671702917be73e3c5ca9016d30aa5.tar.gz
src-9e70c109553671702917be73e3c5ca9016d30aa5.zip
Remove profile and dot.profile
Diffstat (limited to 'bin/cash/dot.profile')
-rw-r--r--bin/cash/dot.profile16
1 files changed, 0 insertions, 16 deletions
diff --git a/bin/cash/dot.profile b/bin/cash/dot.profile
deleted file mode 100644
index 547a0ada..00000000
--- a/bin/cash/dot.profile
+++ /dev/null
@@ -1,16 +0,0 @@
-# $FreeBSD: releng/12.0/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