diff --git a/.zsh/.aliases.zsh b/.zsh/.aliases.zsh index 598fa80..3cc8cb1 100644 --- a/.zsh/.aliases.zsh +++ b/.zsh/.aliases.zsh @@ -40,6 +40,10 @@ else alias hl="grep --passthrough" fi +if command_exists dog; then + alias dig="dog" +fi + # ─< define copy command >──────────────────────────────────────────────────────────────── if command_exists wl-copy; then copy() {