Add 'dump' func, which shows you its arguments quoted
This commit is contained in:
parent
0f2e6884f7
commit
52cda3f34e
2 changed files with 3 additions and 0 deletions
|
@ -3,5 +3,6 @@
|
||||||
# inherited in the environment so non-login shells need them, and you'll want
|
# 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.
|
# to call one in a script so non-interactive shells need them.
|
||||||
autoload count
|
autoload count
|
||||||
|
autoload dump
|
||||||
autoload enphp
|
autoload enphp
|
||||||
autoload -Uz zargs zcalc zmv
|
autoload -Uz zargs zcalc zmv
|
||||||
|
|
2
dot-config/zsh/functions/dump
Normal file
2
dot-config/zsh/functions/dump
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
#! zsh
|
||||||
|
print ${(qq)argv}
|
Loading…
Reference in a new issue