This website requires JavaScript.
Explore
Help
Sign In
Aren
/
NetBSD
Watch
1
Star
0
Fork
You've already forked NetBSD
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
38810515e0
NetBSD
/
etc
/
shrc
8 lines
90 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Factor out common settings from /root/.shrc and /etc/skel/.shrc to a new file /etc/shrc. As proposed on tech-userlevel.
2006-09-14 17:01:31 +04:00
ll(){ ls -l ${1+"$@"}; }
case "$-" in *i*)
PS1="${HOST%%.*}$PS1"
set -o emacs
;;
Make sure to the file end with EOL ("\n"). Without EOL, pkgsrc/pkgtools/pkg_comp cause mysterious error.
2006-09-22 12:00:33 +04:00
esac