summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2007-12-08 00:20:33 +0000
committerdougb <dougb@FreeBSD.org>2007-12-08 00:20:33 +0000
commita9c785f08551d0878b8ba695ec9651936e24e75b (patch)
tree5062a9f7599b322451dc7a10ddd33bb08e6aff20 /games
parentc60450024ed994361d0144d8be795b6f6fba957e (diff)
downloadFreeBSD-src-a9c785f08551d0878b8ba695ec9651936e24e75b.zip
FreeBSD-src-a9c785f08551d0878b8ba695ec9651936e24e75b.tar.gz
The ../tools/do_sort script could not differentiate between
a few very slightly diffrent versions of tcsh prompts, so restore the 2 that were lost, and consolidate them all in a way that will prevent them from being lost again.
Diffstat (limited to 'games')
-rw-r--r--games/fortune/datfiles/freebsd-tips11
1 files changed, 6 insertions, 5 deletions
diff --git a/games/fortune/datfiles/freebsd-tips b/games/fortune/datfiles/freebsd-tips
index ac87268..cc5d692 100644
--- a/games/fortune/datfiles/freebsd-tips
+++ b/games/fortune/datfiles/freebsd-tips
@@ -204,11 +204,12 @@ flag is your gateway.
Nice bash prompt: PS1='(\[$(tput md)\]\t <\w>\[$(tput me)\]) $(echo $?) \$ '
-- Mathieu <mathieu@hal.interactionvirtuelle.com>
%
-Nice tcsh prompt: set prompt = '[%B%m%b] %B%~%b%# '
-%
-Nice tcsh prompt: set prompt = '%m %# '
-%
-Nice tcsh prompt: set prompt = '%n@%m%# '
+Nice tcsh prompts:
+ set prompt = '[%B%m%b] %B%~%b%# '
+ set prompt = '%m %# '
+ set prompt = '%n@%m%# '
+ set prompt = '%n@%m:%/%# '
+ set prompt = '%n@%m:%~%# '
%
Over quota? "du -s * | sort -n " will give you a sorted list of your
directory sizes.
OpenPOWER on IntegriCloud