mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
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.
This commit is contained in:
parent
1acbb78ada
commit
8817a867df
1 changed files with 6 additions and 5 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue