generated from EverestLinux/everest-install
Initial commit
This commit is contained in:
20
scripts/sysfiles/profile
Normal file
20
scripts/sysfiles/profile
Normal file
@@ -0,0 +1,20 @@
|
||||
# /etc/profile
|
||||
|
||||
# Set the initial path
|
||||
export PATH=/bin:/usr/bin
|
||||
|
||||
if [ `id -u` -eq 0 ] ; then
|
||||
PATH=/bin:/sbin:/usr/bin:/usr/sbin
|
||||
unset HISTFILE
|
||||
fi
|
||||
|
||||
# Setup 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'
|
||||
|
||||
# End /etc/profile
|
||||
Reference in New Issue
Block a user