summaryrefslogtreecommitdiff
path: root/bin/pkg
diff options
context:
space:
mode:
Diffstat (limited to 'bin/pkg')
-rwxr-xr-xbin/pkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/pkg b/bin/pkg
index 99296d8..5ffe1b8 100755
--- a/bin/pkg
+++ b/bin/pkg
@@ -38,7 +38,7 @@ function debug {
# I need function name and line number of the function _calling_ debug,
# so I can't get them from inside the debug function.
-alias debug='debug ${(%):-%N} ${(%):-%i}'
+alias debug='debug ${(z%):-%N %i}'
function info {
echo -ne "${c_info}$*${c_reset}"