]> arthur.barton.de Git - ax-zsh.git/commitdiff
axzshctl: Simplify (and fix) messages without ax-unix
authorAlexander Barton <alex@barton.de>
Sat, 27 Aug 2016 17:03:28 +0000 (19:03 +0200)
committerAlexander Barton <alex@barton.de>
Sat, 27 Aug 2016 17:03:28 +0000 (19:03 +0200)
bin/axzshctl

index f5b8acab994a7e387cc42ec03eaf118a86b26846..98e870a932071cfc93e6032c181852db8634adfc 100755 (executable)
@@ -12,10 +12,6 @@ for dir ("$HOME/lib" "$HOME/.ax" /usr/local /opt/ax /usr); do
 done
 if [[ -z "$ax_common_sourced" ]]; then
        function ax_msg {
-               case "$1" in
-                 "1"|"2") echo -n "! "; ;;
-                 *) echo -n "* "; ;;
-               esac
                shift
                echo "$@"
        }