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