File: README.Debian

package info (click to toggle)
fortunes-debian-hints 2.01.3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 476 kB
  • sloc: makefile: 42
file content (23 lines) | stat: -rw-r--r-- 782 bytes parent folder | download | duplicates (4)
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:
  <https://wiki.debian.org/FortunesDebianHints>

 -- Kartik Mistry <kartik@debian.org>  Thu, 11 Sep 2008 14:30:00 +0530