From ed2d5a0ee072e161128e523c7c63a3b21a6df518 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Tue, 7 Jul 2020 10:44:26 +0300
Subject: [PATCH] Echo newline after randomly generated password.

---
 .bashrc | 1 +
 1 file changed, 1 insertion(+)

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