]> arthur.barton.de Git - ax-zsh.git/commitdiff
byebye: Add extra empty line
authorAlexander Barton <alex@barton.de>
Sat, 14 Nov 2015 23:47:06 +0000 (00:47 +0100)
committerAlexander Barton <alex@barton.de>
Sat, 14 Nov 2015 23:47:06 +0000 (00:47 +0100)
default_plugins/byebye/byebye.zlogout

index 06df9c505e07e42da3febff9a5a555b6af8f527e..3878014ca0eaa2919c8ac7d026ef86a08e2f6253 100644 (file)
@@ -12,4 +12,5 @@ case `tty` in
        ;;
     *)
        echo "Bye, bye, $LOGNAME!"
+       echo
 esac