summaryrefslogtreecommitdiff
path: root/bin/pkg
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2009-05-20 17:17:35 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2009-05-20 17:17:35 +0200
commit51e88440ac4a468345c6e957c39cee9e4ddd43e3 (patch)
treee5a82c350465ace7e1f2508845f3de32f1104f43 /bin/pkg
parent884f20b5952bebd48e98afb753175b6069703016 (diff)
pkg: Shortened debug alias
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}"