summaryrefslogtreecommitdiff
path: root/dotfiles-darwin/zsh/profile
blob: 7358caa8d46960d73d691f097177799662fe9a90 (plain)
1
2
3
4
5
6
7
8
9
# -*- mode: shell-script -*-

# Use some GNU tools by default.
() {
  local cmd
  for cmd in cksum sed tar; do
    (( ${+commands[g${cmd}]} )) && alias ${cmd}=g${cmd}
  done
}