X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=bin%2Faxzshctl;h=335c9938a302e8fe709dde0115187018774e243c;hb=e24e800dc9eed7efb19dd2958de0a6260cebbf7c;hp=405f955a0e93147114aaa26865da941769d209af;hpb=b181c95d891b2b27b83796575958bb7bc250f808;p=ax-zsh.git diff --git a/bin/axzshctl b/bin/axzshctl index 405f955..335c993 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" ]]; then +if [[ -z "$ax_common_sourced" || axzsh_is_dumb_terminal ]]; then function ax_msg { shift echo "$@"