]> arthur.barton.de Git - ax-zsh.git/commitdiff
axzshctl: Fix broken test for dumb terminals
authorAlexander Barton <alex@barton.de>
Mon, 20 Aug 2018 12:44:20 +0000 (14:44 +0200)
committerAlexander Barton <alex@barton.de>
Mon, 20 Aug 2018 12:44:20 +0000 (14:44 +0200)
bin/axzshctl

index 62121d8b0e0a5b3a160cfb7b1bd35719e1aa92ba..70c9affe94a8e3783003aa7de8dd30d559ae9cd2 100755 (executable)
@@ -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 "$@"