dot rc

Sign in or create your account | Project List | Help

dot rc Git Source Tree

Root/rc/bash_aliases

1# vim:filetype=sh
2# .bash_aliases
3
4while read nm txt; do
5    alias $nm="$txt"
6done <<'EOF'
7m mutt -Z
8ls ls --color=auto -v
9rot13 tr a-zA-Z n-za-mN-ZA-M
10unhex perl -pe 's/%(..)/chr hex $1/ge'
11hex perl -pe 's/([^[:alnum:]\\n])/sprintf "%%%02x",ord $1/ge'
12rdesktop rdesktop -k pt -g 85% -N -a 24 -r disk:tmp=/tmp
13vncviewer vncviewer -AutoSelect=0 -FullColour
14rhconfig ./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
15grep grep --color=tty -d skip
16fgrep fgrep --color=tty -d skip
17egrep egrep --color=tty -d skip
18pbcopy xsel --clipboard --input
19pbpaste xsel --clipboard --output
20EOF
21

Archive Download this file

Branches:
master