]> arthur.barton.de Git - ax-zsh.git/blobdiff - default_plugins/byebye/byebye.zlogout
Fix handling of legacy terminal types
[ax-zsh.git] / default_plugins / byebye / byebye.zlogout
index 06df9c505e07e42da3febff9a5a555b6af8f527e..3878014ca0eaa2919c8ac7d026ef86a08e2f6253 100644 (file)
@@ -12,4 +12,5 @@ case `tty` in
        ;;
     *)
        echo "Bye, bye, $LOGNAME!"
+       echo
 esac