diff options
author | keramida <keramida@FreeBSD.org> | 2001-11-19 20:17:19 +0000 |
---|---|---|
committer | keramida <keramida@FreeBSD.org> | 2001-11-19 20:17:19 +0000 |
commit | b076bf152b27b6b7a0e129935c6dc0217f7e7501 (patch) | |
tree | 65276ca6813d4c7b66ebe93cc80abb1f60886915 /games | |
parent | 959d37723b8c0203f73bba9d9c06ea8cc94925a1 (diff) | |
download | FreeBSD-src-b076bf152b27b6b7a0e129935c6dc0217f7e7501.zip FreeBSD-src-b076bf152b27b6b7a0e129935c6dc0217f7e7501.tar.gz |
Other committers do not mention their personal names and/or email
addresses when adding stuff, so it seems fair to stop ``getting all
the fame'' by having my name displayed on login sessions.
Approved by: nik
Diffstat (limited to 'games')
-rw-r--r-- | games/fortune/datfiles/freebsd-tips | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/games/fortune/datfiles/freebsd-tips b/games/fortune/datfiles/freebsd-tips index f052710..0104b4a 100644 --- a/games/fortune/datfiles/freebsd-tips +++ b/games/fortune/datfiles/freebsd-tips @@ -31,59 +31,45 @@ will search '/', and all subdirectories, for files with 'GENERIC' in the name. % In tcsh, you can `set autolist' to have the shell automatically show all the possible matches when doing filename/directory expansion. - -- Giorgos Keramidas <keramida@ceid.upatras.gr> % You can `set autologout = 30' to have tcsh log you off automatically if you leave the shell idle for more than 30 minutes. - -- Giorgos Keramidas <keramida@ceid.upatras.gr> % If you `set filec' (file completion) in tcsh and write a part of the filename, pressing TAB will show you the available choices when there is more than one, or complete the filename if there's only one match. - -- Giorgos Keramidas <keramida@ceid.upatras.gr> % You can press up-arrow or down-arrow to walk through a list of previous commands in tcsh. - -- Giorgos Keramidas <keramida@ceid.upatras.gr> % You can disable tcsh's terminal beep if you `set nobeep'. - -- Giorgos Keramidas <keramida@ceid.upatras.gr> % If you `set watch (0 any any)' in tcsh, you will be notified when someone logs in or out of your system. - -- Giorgos Keramidas <keramida@ceid.upatras.gr> % Nice tcsh prompt: set prompt = '%m %# ' - -- Giorgos Keramidas <keramida@ceid.upatras.gr> % Nice tcsh prompt: set prompt = '%n@%m%# ' - -- Giorgos Keramidas <keramida@ceid.upatras.gr> % Nice tcsh prompt: set prompt = '%n@%m:%~%# ' - -- Giorgos Keramidas <keramida@ceid.upatras.gr> % Nice tcsh prompt: set prompt = '%n@%m:%/%# ' - -- Giorgos Keramidas <keramida@ceid.upatras.gr> % Nice tcsh prompt: set prompt = '[%B%m%b] %B%~%b%# ' % Simple tcsh prompt: set prompt = '%# ' - -- Giorgos Keramidas <keramida@ceid.upatras.gr> % If you want df(1) and other commands to display disk sizes in kilobytes instead of 512-byte blocks, set BLOCKSIZE in your environment to 'K'. - -- Giorgos Keramidas <keramida@ceid.upatras.gr> % To change an environment variable in tcsh you use: setenv NAME "value" where NAME is the name of the variable and "value" its new value. - -- Giorgos Keramidas <keramida@ceid.upatras.gr> % To change an environment variable in /bin/sh use: $ VARIABLE="value" $ export VARIABLE - -- Giorgos Keramidas <keramida@ceid.upatras.gr> % You can use /etc/make.conf to control the options used to compile software on this system. Example entries are in /usr/share/examples/etc/make.conf. |