1# $NetBSD: dot.profile,v 1.32 2020/08/24 12:46:57 nia Exp $ 2 3export PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/pkg/sbin:/usr/pkg/bin 4export PATH=${PATH}:/usr/X11R7/bin:/usr/local/sbin:/usr/local/bin 5 6# Uncomment the following line(s) to install binary packages 7# from cdn.NetBSD.org via pkg_add. (See also pkg_install.conf) 8#export PKG_PATH="https://cdn.NetBSD.org/pub/pkgsrc/packages/NetBSD/$(uname -p)/$(uname -r|cut -f '1 2' -d.|cut -f 1 -d_)/All" 9 10export BLOCKSIZE=1k 11 12export HOST="$(hostname)" 13 14umask 022 15#ulimit -c 0 16 17export ENV=/root/.shrc 18 19# Do not display in 'su -' case 20if [ -z "$SU_FROM" ]; then 21 echo "We recommend that you create a non-root account and use su(1) for root access." 22fi 23