From 90c991e730d40d07d445ab161ca1a0c82c5a15d5 Mon Sep 17 00:00:00 2001 From: Antonio Huete Jimenez Date: Thu, 12 Sep 2013 14:13:53 +0200 Subject: [PATCH] fortune - Add yet another prompt tip. --- games/fortune/datfiles/dragonfly-tips | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/games/fortune/datfiles/dragonfly-tips b/games/fortune/datfiles/dragonfly-tips index fad70643b8..62bd949ae1 100644 --- a/games/fortune/datfiles/dragonfly-tips +++ b/games/fortune/datfiles/dragonfly-tips @@ -49,6 +49,11 @@ Nice tcsh prompt: set prompt = '[%B%m%b] %B%~%b%# ' % Simple tcsh prompt: set prompt = '%# ' % +Red tcsh prompt for root: + + set prompt = "%{\033[1;31m%}%n@%m%{\033[0m%}:%~ # " + -- Antonio Huete Jimenez +% 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'. You can also use 'M' for Megabytes or 'G' for -- 2.41.0