diff --git a/site-modules/core/files/oh-my-zsh/custom/comby.zsh b/site-modules/core/files/oh-my-zsh/custom/comby.zsh new file mode 100644 index 0000000..312ed46 --- /dev/null +++ b/site-modules/core/files/oh-my-zsh/custom/comby.zsh @@ -0,0 +1,11 @@ +#!/bin/zsh +# +# Alias for comby cli tool +# +# See: https://comby.dev/ +# +# Author: Ade Attwood +# Updated: 2021-11-21 +# + +alias comby="comby -exclude-dir vendor,node_modules,.git,.log,logs,tmp,runtime,tests/_output"