diff options
author | June McEnroe <june@causal.agency> | 2019-01-10 20:12:15 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-01-10 20:12:15 -0500 |
commit | 9e70c109553671702917be73e3c5ca9016d30aa5 (patch) | |
tree | ba7ee1b126c8180a7f0bda8587258204a57bc59d /bin/cash | |
parent | Replace strchrnul with strchr (diff) | |
download | src-9e70c109553671702917be73e3c5ca9016d30aa5.tar.gz src-9e70c109553671702917be73e3c5ca9016d30aa5.zip |
Remove profile and dot.profile
Diffstat (limited to '')
-rw-r--r-- | bin/cash/dot.profile | 16 | ||||
-rw-r--r-- | bin/cash/profile | 18 |
2 files changed, 0 insertions, 34 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 diff --git a/bin/cash/profile b/bin/cash/profile deleted file mode 100644 index f7d64415..00000000 --- a/bin/cash/profile +++ /dev/null @@ -1,18 +0,0 @@ -# $FreeBSD: releng/12.0/bin/sh/profile 337849 2018-08-15 14:41:24Z brd $ -# -# System-wide .profile file for sh(1). -# -# Uncomment this to give you the default 4.2 behavior, where disk -# information is shown in K-Blocks -# BLOCKSIZE=K; export BLOCKSIZE -# -# For the setting of languages and character sets please see -# login.conf(5) and in particular the charset and lang options. -# For full locales list check /usr/share/locale/* -# You should also read the setlocale(3) man page for information -# on how to achieve more precise control of locale settings. -# -# Check system messages -# msgs -q -# Allow terminal messages -# mesg y |