+alias cvs2cl
authorshort <>
Sun, 8 May 2005 12:53:15 +0000 (12:53 +0000)
committershort <>
Sun, 8 May 2005 12:53:15 +0000 (12:53 +0000)
+alias rpmdb
 - I am aware rpmdb(1) already exists but I never use it myself.
   - It is also only an 'alias'!

.bashrc

diff --git a/.bashrc b/.bashrc
index a5c9d05..2672476 100644 (file)
--- a/.bashrc
+++ b/.bashrc
@@ -106,6 +106,7 @@ alias maple="ssh -t vega.fjfi.cvut.cz maple"
 alias vi='vim'
 alias grepb='grep --binary-files=binary'
 alias L='lynx'
+alias cvs2cl='cvs2cl --window 3600 --separate-header --no-wrap'
 alias cvsfiles='cvsutil --files --print'
 alias cvsignores='cvsutil --ignores --print'
 alias cvsignoresall='cvsutil --ignores --workings --print'
@@ -113,6 +114,7 @@ alias cvsignoresrm='cvsutil --ignores --rm'
 alias cvsignoresrmall='cvsutil --ignores --workings --rm'
 alias cvsignoresallrm='cvsutil --ignores --workings --rm'
 [ "`uname`" = "SunOS" -a -x $HOME/bin/rpm-by-pkg ] && alias rpm='rpm-by-pkg'
+alias rpmdb='rpm --define "_dbpath `echo /usr/lib/rpmdb/*/*`"'
 
 # '2>/dev/null' to prevent: unalias: x: not found
 unalias 2>/dev/null cp # -i