Changeset 1119


Ignore:
Timestamp:
Nov 14, 2012, 11:49:46 AM (11 years ago)
Author:
joergs
Message:

adding comment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • dass-tools/etc/profile.d/dass-it.sh

    r1090 r1119  
     1#
    12# 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
    210
    311alias_set()
     
    1523alias_set rpm-sortsize 'rpm -qa --qf "%{SIZE} %{NAME}\n" | sort -n'
    1624alias_set rscp 'rsync -av --progress --compress'
    17 
Note: See TracChangeset for help on using the changeset viewer.