From: Alexander Barton Date: Mon, 20 Aug 2018 12:44:20 +0000 (+0200) Subject: axzshctl: Fix broken test for dumb terminals X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ax-zsh.git;a=commitdiff_plain;h=ad8cc4ca2a4efcea0e075fbdc3e2a66bd77d8199 axzshctl: Fix broken test for dumb terminals --- diff --git a/bin/axzshctl b/bin/axzshctl index 62121d8..70c9aff 100755 --- a/bin/axzshctl +++ b/bin/axzshctl @@ -10,7 +10,7 @@ for dir ("$HOME/lib" "$HOME/.ax" /usr/local /opt/ax /usr); do ax_common="${dir}/lib/ax/ax-common.sh" [[ -r "$ax_common" ]] && source "$ax_common" done -if [[ -z "$ax_common_sourced" || axzsh_is_dumb_terminal ]]; then +if [[ -z "$ax_common_sourced" ]]; then function ax_msg { shift echo "$@"