From 88196e8893eb1a98c0f8176783af8f291224c968 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