diff --git a/dot.mkshrc b/dot.mkshrc index e587036..6f4944c 100644 --- a/dot.mkshrc +++ b/dot.mkshrc @@ -20,6 +20,7 @@ alias l='/bin/ls -F' alias la='l -a' alias ll='l -l' alias lo='la -lo' +alias which='whence -p' whence -p rot13 >&- || alias rot13='tr [A-Za-z] [N-ZA-Mn-za-m]' whence -p hd >&- || function hd { hexdump -e '"%08.8_ax " 8/1 "%02X " " - " 8/1 "%02X "' \ @@ -37,4 +38,4 @@ function Lstripcom { # place customisations between this line and the “: RCSID” line below -: $MirOS: src/bin/mksh/dot.mkshrc,v 1.14 2007/05/19 16:35:02 tg Rel $ +: $MirOS: src/bin/mksh/dot.mkshrc,v 1.15 2007/05/25 13:51:42 tg Rel $