#!/usr/bin/env zsh # # Author : Dennis Eriksen # File : have # Created : 2024-09-10 # ################################################################################ # # This file is autoloaded by .zshrc, and actually loaded when executed # ################################################################################ # This function merely checks if you "have" a command. (( $+commands[$1] )) # END OF FILE #################################################################