diff options
Diffstat (limited to 'share')
-rw-r--r-- | share/skel/dot.login | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/skel/dot.login b/share/skel/dot.login index 003b5f8..ea19d10 100644 --- a/share/skel/dot.login +++ b/share/skel/dot.login @@ -5,4 +5,4 @@ eval `tset -s -m 'network:?xterm'` unset noglob stty status '^T' crt -tostop -/usr/games/fortune +if (-x /usr/games/fortune) /usr/games/fortune |