diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/pkg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,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 ${(%)$(echo %N)} ${(%)$(echo %i)}' +alias debug='debug ${(%):-%N} ${(%):-%i}' function info { (( SILENT )) || echo -ne "${info}$*${reset}" |