dot.profile revision 1.33
11.33Skre#	$NetBSD: dot.profile,v 1.33 2022/07/09 09:43:51 kre Exp $
21.7Smrg
31.33Skrecase "${PATH}" in
41.33Skre/rescue:*)	;; # leave it alone, user can change manually (if required)
51.33Skre*)	export PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/pkg/sbin:/usr/pkg/bin
61.33Skre	export PATH=${PATH}:/usr/X11R7/bin:/usr/local/sbin:/usr/local/bin
71.33Skre	;;
81.33Skreesac
91.6Smikel
101.21Serh# Uncomment the following line(s) to install binary packages
111.29Sjmcneill# from cdn.NetBSD.org via pkg_add.  (See also pkg_install.conf)
121.32Snia#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"
131.19Sjoerg
141.11Smycroftexport BLOCKSIZE=1k
151.4Sjtc
161.18Ssketchexport HOST="$(hostname)"
171.17Ssketch
181.6Smikelumask 022
191.11Smycroft#ulimit -c 0
201.9Shubertf
211.16Sabsexport ENV=/root/.shrc
221.6Smikel
231.12Sjwise# Do not display in 'su -' case
241.12Sjwiseif [ -z "$SU_FROM" ]; then
251.22Sad        echo "We recommend that you create a non-root account and use su(1) for root access."
261.12Sjwisefi
27