diff --git a/dot-config/zsh/all/functions.zsh b/dot-config/zsh/all/functions.zsh index 38d8133..65dc99f 100644 --- a/dot-config/zsh/all/functions.zsh +++ b/dot-config/zsh/all/functions.zsh @@ -3,5 +3,6 @@ # inherited in the environment so non-login shells need them, and you'll want # to call one in a script so non-interactive shells need them. autoload count +autoload dump autoload enphp autoload -Uz zargs zcalc zmv diff --git a/dot-config/zsh/functions/dump b/dot-config/zsh/functions/dump new file mode 100644 index 0000000..6a7b885 --- /dev/null +++ b/dot-config/zsh/functions/dump @@ -0,0 +1,2 @@ +#! zsh +print ${(qq)argv}