1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
  
     | 
    
      fortune-debian-hints for Debian
-------------------------------
  To display a Debian hint each time you start a new shell, use one of the
  following code fragments in your shell startup file:
  *** For bash, place this fragment in your .bashrc ***
  if [ -x /usr/games/fortune ]; then
    /usr/games/fortune debian-hints
    echo ""
  fi
  *** Users of other shells are encouraged to contribute examples. ***
  Anyone wishing to submit new hints/tips or translation should file a wishlist
  bug against the fortunes-debian-hints package; the 'reportbug' and other
  tools can be used to do this.
  You can directly add new hints on the Debian wiki page:
  <http://wiki.debian.org/FortunesDebianHints>
 -- Kartik Mistry <kartik@debian.org>  Thu, 11 Sep 2008 14:30:00 +0530
 
     |