1 1.32 nia # $NetBSD: dot.profile,v 1.32 2020/08/24 12:46:57 nia Exp $ 2 1.7 mrg 3 1.11 mycroft export PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/pkg/sbin:/usr/pkg/bin 4 1.30 snj export PATH=${PATH}:/usr/X11R7/bin:/usr/local/sbin:/usr/local/bin 5 1.6 mikel 6 1.21 erh # Uncomment the following line(s) to install binary packages 7 1.29 jmcneill # from cdn.NetBSD.org via pkg_add. (See also pkg_install.conf) 8 1.32 nia #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 1.19 joerg 10 1.11 mycroft export BLOCKSIZE=1k 11 1.4 jtc 12 1.18 sketch export HOST="$(hostname)" 13 1.17 sketch 14 1.6 mikel umask 022 15 1.11 mycroft #ulimit -c 0 16 1.9 hubertf 17 1.16 abs export ENV=/root/.shrc 18 1.6 mikel 19 1.12 jwise # Do not display in 'su -' case 20 1.12 jwise if [ -z "$SU_FROM" ]; then 21 1.22 ad echo "We recommend that you create a non-root account and use su(1) for root access." 22 1.12 jwise fi 23