Changeset 1119
- Timestamp:
- Nov 14, 2012, 11:49:46 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
dass-tools/etc/profile.d/dass-it.sh
r1090 r1119 1 # 1 2 # some usefull aliases 3 # 4 # WARNING: 5 # bash aliases are not inherited to subshells, 6 # therefore this aliases are only available at login shells. 7 # If theses aliases should be available everywhere, 8 # add following line to /etc/bash.bashrc.local: 9 # source /etc/profile.d/dass-it.sh 2 10 3 11 alias_set() … … 15 23 alias_set rpm-sortsize 'rpm -qa --qf "%{SIZE} %{NAME}\n" | sort -n' 16 24 alias_set rscp 'rsync -av --progress --compress' 17
Note:
See TracChangeset
for help on using the changeset viewer.