Root/
| Source at commit fe26583ca4be5ef6a589e0cb0ab9f5d6e56d1876 created 3 years 4 months ago. By Luciano M. F. Rocha, increase default rdesktop window size | |
|---|---|
| 1 | # vim:filetype=sh |
| 2 | # .bash_aliases |
| 3 | |
| 4 | while read nm txt; do |
| 5 | alias $nm="$txt" |
| 6 | done <<'EOF' |
| 7 | m mutt -Z |
| 8 | ls ls --color=auto -v |
| 9 | rot13 tr a-zA-Z n-za-mN-ZA-M |
| 10 | unhex perl -pe 's/%(..)/chr hex $1/ge' |
| 11 | hex perl -pe 's/([^[:alnum:]\\n])/sprintf "%%%02x",ord $1/ge' |
| 12 | rdesktop rdesktop -k pt -g 85% -N -a 24 -r disk:tmp=/tmp |
| 13 | vncviewer vncviewer -AutoSelect=0 -FullColour |
| 14 | rhconfig ./configure --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/usr/com --mandir=/usr/share/man --infodir=/usr/share/info |
| 15 | grep grep --color=tty -d skip |
| 16 | fgrep fgrep --color=tty -d skip |
| 17 | egrep egrep --color=tty -d skip |
| 18 | EOF |
| 19 | |
