mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-29 02:22:43 +00:00
set watch in tcsh requires an equal sign after the variable name.
MFC after: 1 day
This commit is contained in:
parent
edfb641189
commit
398fba8499
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=106986
@ -44,7 +44,7 @@ previous commands in tcsh.
|
||||
%
|
||||
You can disable tcsh's terminal beep if you `set nobeep'.
|
||||
%
|
||||
If you `set watch (0 any any)' in tcsh, you will be notified when
|
||||
If you `set watch = (0 any any)' in tcsh, you will be notified when
|
||||
someone logs in or out of your system.
|
||||
%
|
||||
Nice tcsh prompt: set prompt = '%m %# '
|
||||
|
Loading…
Reference in New Issue
Block a user