summary refs log tree commit diff
path: root/bin
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
commitd2099b69923a71bde35764af92e9d04ef3e74f1d (patch)
tree9ec46137b8226d8efa7b6f5db54b7aa08b2cfc5e /bin
parentReplace strchrnul with strchr (diff)
downloadsrc-d2099b69923a71bde35764af92e9d04ef3e74f1d.tar.gz
src-d2099b69923a71bde35764af92e9d04ef3e74f1d.zip
Remove profile and dot.profile
Diffstat (limited to 'bin')
-rw-r--r--bin/cash/dot.profile16
-rw-r--r--bin/cash/profile18
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