diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/pkg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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}" |