From 669169c782c35c492808f2eb52eb1af5fbf65466 Mon Sep 17 00:00:00 2001 From: Hari Sekhon Date: Mon, 5 Aug 2019 16:03:31 +0100 Subject: [PATCH] updated functions.sh --- .bash.d/functions.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.bash.d/functions.sh b/.bash.d/functions.sh index 90c4fcdc..e1a921df 100644 --- a/.bash.d/functions.sh +++ b/.bash.d/functions.sh @@ -18,7 +18,7 @@ # ============================================================================ # pass(){ - read -s -p 'password: ' PASSWORD + read -r -s -p 'password: ' PASSWORD echo export PASSWORD } @@ -55,4 +55,3 @@ findpy(){ find "${@:-.}" -type f -iname '*.py' -o -iname '*.jy' | grep -vf ~/code_regex_exclude.txt } -