diff --git a/.bashrc b/.bashrc
index 1a4ed8b32aa984b923679fe4ae055566dd7add9d..131f03b6275b8b6c19348ef9bd2baad4bcf3ee50 100644
--- a/.bashrc
+++ b/.bashrc
@@ -204,6 +204,7 @@ tfv () {
 genpass () {
     bytes="${1:-32}"
     head --bytes="$bytes" /dev/urandom | base64 --wrap=0
+    echo
 }
 
 jt () {