From b076bf152b27b6b7a0e129935c6dc0217f7e7501 Mon Sep 17 00:00:00 2001 From: keramida Date: Mon, 19 Nov 2001 20:17:19 +0000 Subject: 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 --- games/fortune/datfiles/freebsd-tips | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'games') 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 % 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 % 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 % You can press up-arrow or down-arrow to walk through a list of previous commands in tcsh. - -- Giorgos Keramidas % You can disable tcsh's terminal beep if you `set nobeep'. - -- Giorgos Keramidas % If you `set watch (0 any any)' in tcsh, you will be notified when someone logs in or out of your system. - -- Giorgos Keramidas % Nice tcsh prompt: set prompt = '%m %# ' - -- Giorgos Keramidas % Nice tcsh prompt: set prompt = '%n@%m%# ' - -- Giorgos Keramidas % Nice tcsh prompt: set prompt = '%n@%m:%~%# ' - -- Giorgos Keramidas % Nice tcsh prompt: set prompt = '%n@%m:%/%# ' - -- Giorgos Keramidas % Nice tcsh prompt: set prompt = '[%B%m%b] %B%~%b%# ' % Simple tcsh prompt: set prompt = '%# ' - -- Giorgos Keramidas % 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 % 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 % To change an environment variable in /bin/sh use: $ VARIABLE="value" $ export VARIABLE - -- Giorgos Keramidas % 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. -- cgit v1.1