Author: mis                          Date: Sat Feb  2 20:37:23 2008 GMT
Module: poldek                        Tag: HEAD
---- Log message:
- aliases.conf replaced by cli.conf

---- Files affected:
poldek/poldek/conf:
   Makefile.am (1.9 -> 1.10) , aliases.conf (1.2 -> NONE)  (REMOVED), cli.conf 
(NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: poldek/poldek/conf/Makefile.am
diff -u poldek/poldek/conf/Makefile.am:1.9 poldek/poldek/conf/Makefile.am:1.10
--- poldek/poldek/conf/Makefile.am:1.9  Sun Oct 30 12:56:57 2005
+++ poldek/poldek/conf/Makefile.am      Sat Feb  2 21:37:18 2008
@@ -3,7 +3,7 @@
 # generated configs
 GENCONFIGS = fetch.conf source.conf poldek.conf
 
-CONFIGS   = $(GENCONFIGS) aliases.conf \
+CONFIGS   = $(GENCONFIGS) cli.conf \
             pld-source.conf rh-source.conf \
            fedora-source.conf centos-source.conf
 

================================================================
Index: poldek/poldek/conf/cli.conf
diff -u /dev/null poldek/poldek/conf/cli.conf:1.1
--- /dev/null   Sat Feb  2 21:37:23 2008
+++ poldek/poldek/conf/cli.conf Sat Feb  2 21:37:18 2008
@@ -0,0 +1,32 @@
+# poldek interactive shell configuration
+
+prompt = "poldek"
+#prompt = [EMAIL PROTECTED]
+
+# command aliases
+[aliases]
+# ls 
+ll = ls -l
+llu = ls -lu
+llU = ls -lU
+lli = ls -lI
+
+# install
+freshen = install -FN
+upgrade = install -F
+
+# for backward compatybility, greedy is on by default now
+greedy-upgrade = install -FG
+
+just-install = install -IN
+
+# search
+what-requires = search -r
+what-provides = search -p
+rsearch = search --perlre
+
+exit = quit
+
+less = !less
+grep = !grep 
+awk  = !awk
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/poldek/poldek/conf/Makefile.am?r1=1.9&r2=1.10&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to