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

Last change on this file since 1077 was 1077, checked in by joergs, 11 years ago

advanced version of rpm-gpg-list

File size: 293 bytes
Line 
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'
14alias_set rpm-disturl 'rpm -q --qf "%{DISTURL}\n"'
15
Note: See TracBrowser for help on using the repository browser.