Update of /cvsroot/cvsshell/cvsshell/etc
In directory usw-pr-cvs1:/tmp/cvs-serv21417/etc
Modified Files:
cvsshell.ini default-cvsshellrc
Log Message:
Added support for
* automatic deletion of ~/.cvsshellrc if requested with the -u option
* aliases for arbitrary commands
Index: cvsshell.ini
===================================================================
RCS file: /cvsroot/cvsshell/cvsshell/etc/cvsshell.ini,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** cvsshell.ini 15 Mar 2002 00:47:07 -0000 1.5
--- cvsshell.ini 15 Mar 2002 09:43:51 -0000 1.6
***************
*** 32,34 ****
--- 32,35 ----
DEFAULT_CMD_OPTIONS = parsing.parseDefaultOptions
CONFIG = parsing.parseConfigSection
+ ALIASES = parsing.parseAliasesSection
end
Index: default-cvsshellrc
===================================================================
RCS file: /cvsroot/cvsshell/cvsshell/etc/default-cvsshellrc,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** default-cvsshellrc 15 Mar 2002 00:47:08 -0000 1.6
--- default-cvsshellrc 15 Mar 2002 09:43:51 -0000 1.7
***************
*** 33,36 ****
--- 33,41 ----
+ # Aliases for arbitrary commands
+ section ALIASES:
+ ls = ls --color=always
+ end
+
# aliases for cvsroots
#
|