source: dass-tools/etc/profile.d/dass-it.sh@ 1077

Last change on this file since 1077 was 1077, checked in by joergs, on Aug 17, 2012 at 4:48:38 PM

advanced version of rpm-gpg-list

File size: 293 bytes
RevLine 
[1071]1# some usefull aliases
2
3alias_set()
4{
5 name=$1
6 shift
7 alias $name >/dev/null 2>&1 || alias $name="$@"
8}
9
10alias_set l "ls -la"
11alias_set .. "cd .."
12alias_set ... "cd ../.."
13alias_set lsst 'find -type f -printf "%T@ %T+ %P\n" | sort'
[1077]14alias_set rpm-disturl 'rpm -q --qf "%{DISTURL}\n"'
[1073]15
Note: See TracBrowser for help on using the repository browser.