svn commit: r233437 - head/share/examples/csh

Eitan Adler eadler at FreeBSD.org
Sat Mar 24 23:10:18 UTC 2012


Author: eadler
Date: Sat Mar 24 23:10:18 2012
New Revision: 233437
URL: http://svn.freebsd.org/changeset/base/233437

Log:
  Add a few more examples
  
  Submitted by:	jmallett
  Approved by:	cperciva (implicit)
  MFC after:	3 days
  X-MFC-With:	r233429

Modified:
  head/share/examples/csh/dot.cshrc

Modified: head/share/examples/csh/dot.cshrc
==============================================================================
--- head/share/examples/csh/dot.cshrc	Sat Mar 24 22:32:19 2012	(r233436)
+++ head/share/examples/csh/dot.cshrc	Sat Mar 24 23:10:18 2012	(r233437)
@@ -32,6 +32,7 @@ complete pkg_delete     'c/-/(i v D n p 
 complete pkg_info       'c/-/(a b v p q Q c d D f g i I j k K r R m L s o G O x X e E l t V P)/' 'n@*@`\ls -1 /var/db/pkg | sed svar/db/pkg/%%`@"
 complete kill		'c/-/S/' 'c/%/j/' 'n/*/`ps -ax | awk '"'"'{print $1}'"'"'`/'
 complete killall	'c/-/S/' 'c/%/j/' 'n/*/`ps -ax | awk '"'"'{print $5}'"'"'`/'
+complete dd		'c/[io]f=/f/ n/*/"(if of ibs obs bs skip seek count)"/='
 alias _PKGS_PkGs_PoRtS_ 'awk -F\| \{sub\(\"\/usr\/ports\/\"\,\"\"\,\$2\)\;print\ \$2\} /usr/ports/INDEX-name -r | cut -d . -f 1A
 alias _PKGS_PkGs_PoRtS_ 'awk -F\| \{sub\(\"\/usr\/ports\/\"\,\"\"\,\$2\)\;print\ \$2\} /usr/ports/INDEX-`uname -r | cut -d . -f 1`&& pkg_info -E \*'
 complete portmaster   'c/--/(always-fetch check-depends check-port-dbdir clean-distfiles \
@@ -56,5 +57,8 @@ set ellipsis
 alias ll	ls -lAhG
 alias ls	ls -G
 
+# Color on many system utilities
+setenv CLICOLOR 1
+
 # other autolist options
 set		autolist = TAB


More information about the svn-src-all mailing list