Removed pipebuf(1) based cvs(1) aliases.
authorshort <>
Sun, 25 Sep 2005 02:27:26 +0000 (02:27 +0000)
committershort <>
Sun, 25 Sep 2005 02:27:26 +0000 (02:27 +0000)
 - Never used in the recent years.

.bashrc

diff --git a/.bashrc b/.bashrc
index cbf93fd..0f7d21d 100644 (file)
--- a/.bashrc
+++ b/.bashrc
@@ -186,11 +186,6 @@ export LC_COLLATE=C
 #         export LC_ALL=C
 # as it breaks Mutt "utf-8" and somehow it is no longer needed.
 
-function cvsdiff    { cvs diff   "$@" 2>&1|pipebuf -q|             less; }; export -f cvsdiff
-function cvsdiffi   { cvs diff   "$@" 2>&1|pipebuf -q|grep -v '^?'|less; }; export -f cvsdiffi
-function cvsupdate  { cvs update "$@" 2>&1|pipebuf -q|             less; }; export -f cvsupdate
-function cvsupdatei { cvs update "$@" 2>&1|pipebuf -q|grep -v '^?'|less; }; export -f cvsupdatei
-
 function wclines { awk '{x[$0]++}END{for (i in x) print x[i]"\t"i}'; }; export -f wclines
 # SunOS does not support "-m"
 export ULIMITME_OPTS=""