Automatically exec bash at startup if it exists^U Turn on the display of
tips from the freebsd-tips database at login time.
This commit is contained in:
parent
bf604b8765
commit
bd6ce90734
@ -5,5 +5,4 @@
|
||||
# see also csh(1), environ(7).
|
||||
#
|
||||
|
||||
# Uncomment to display a random cookie each login:
|
||||
# [ -x /usr/games/fortune ] && /usr/games/fortune -s
|
||||
[ -x /usr/games/fortune ] && /usr/games/fortune freebsd-tips
|
||||
|
@ -20,3 +20,5 @@ PAGER=more; export PAGER
|
||||
|
||||
# set ENV to a file invoked each time sh is started for interactive use.
|
||||
ENV=$HOME/.shrc; export ENV
|
||||
|
||||
[ -x /usr/games/fortune ] && /usr/games/fortune freebsd-tips
|
||||
|
Loading…
Reference in New Issue
Block a user