]> git.pld-linux.org Git - packages/poldek.git/commitdiff
- external for now
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 21 Sep 2005 12:00:25 +0000 (12:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    poldek-aliases.conf -> 1.1

poldek-aliases.conf [new file with mode: 0644]

diff --git a/poldek-aliases.conf b/poldek-aliases.conf
new file mode 100644 (file)
index 0000000..54a75b8
--- /dev/null
@@ -0,0 +1,30 @@
+# System wide 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
+
+# for fun
+#ls = uninstall kernel
+
+less = !less
+grep = !grep
+awk  = !awk
+
This page took 0.148887 seconds and 4 git commands to generate.