From: Joerg Jaspert Date: Sun, 7 Apr 2013 13:28:17 +0000 (+0200) Subject: change echo to print X-Git-Tag: 0.0.42~3 X-Git-Url: https://git.ganneff.de//index.cgi?p=zsh.git;a=commitdiff_plain;h=dbb0d5d6105c98d43d1496ea1243b99ace5e22b0 change echo to print --- diff --git a/.zsh/.zshrc b/.zsh/.zshrc index 84078a9..11fb19e 100644 --- a/.zsh/.zshrc +++ b/.zsh/.zshrc @@ -14,7 +14,7 @@ if [[ ${DEBUG} != no ]]; then [[ "${DEBUG}" = "no" ]] && return msg=${1:-""} nl=${2:-""} - echo ${nl} "${msg}$reset_color" + print ${nl} "${msg}$reset_color" } else debug () {}