]> git.pld-linux.org Git - packages/poldek.git/blame_incremental - poldek-aliases.conf
- decode strings that may be urlencoded before displaying, fixes lp#381548
[packages/poldek.git] / poldek-aliases.conf
... / ...
CommitLineData
1# poldek interactive shell configuration
2
3prompt = "poldek"
4#prompt = poldek@$HOSTNAME
5
6# command aliases
7[aliases]
8l = ls -l
9ll = ls -l
10llu = ls -lu
11llU = ls -lU
12lli = ls -lI
13lls = ls -lS
14dir = ls
15
16# install
17freshen = install -FN
18upgrade = install -F
19
20# for backward compatybility, greedy is on by default now
21greedy-upgrade = install -FG
22
23just-install = install -IN
24
25# search
26what-requires = search -r
27what-provides = search -p
28rsearch = search --perlre
29
30exit = quit
31
32# for fun
33#ls = uninstall kernel
34
35less = !less
36grep = !grep
37awk = !awk
This page took 0.086592 seconds and 4 git commands to generate.