From 0019754be97684676682ad0efa65066504faf26c Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Wed, 26 Jun 2019 19:13:34 +0200 Subject: Added initial files --- etc/profile | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 etc/profile (limited to 'etc/profile') diff --git a/etc/profile b/etc/profile new file mode 100644 index 0000000..c8a1a52 --- /dev/null +++ b/etc/profile @@ -0,0 +1,16 @@ +export PATH=/bin:/usr/bin + +if [ `id -u` -eq 0 ] ; then + PATH=/bin:/sbin:/usr/bin:/usr/sbin + unset HISTFILE +fi + + +# Set up some environment variables. +export USER=`id -un` +export LOGNAME=$USER +export HOSTNAME=`/bin/hostname` +export HISTSIZE=1000 +export HISTFILESIZE=1000 +export PAGER='/bin/more ' +export EDITOR='/bin/vi' \ No newline at end of file -- cgit v1.2.3