updated mac.sh

pull/2/head
Hari Sekhon 4 years ago
parent 64fde00fcf
commit 738abededd

@ -39,6 +39,12 @@ xargs(){
gxargs "$@"
}
if ! type tac &>/dev/null; then
tac(){
gtac "$@"
}
fi
# put in inputrc for readline
#set completion-ignore-case on

Loading…
Cancel
Save