From 8817a867dfdd8d771f8bab6d90146ae262ecb4e9 Mon Sep 17 00:00:00 2001 From: Doug Barton Date: Sat, 8 Dec 2007 00:20:33 +0000 Subject: [PATCH] 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. --- games/fortune/datfiles/freebsd-tips | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/games/fortune/datfiles/freebsd-tips b/games/fortune/datfiles/freebsd-tips index ac87268a380b..cc5d69286fad 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 % -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.