From 7737d68812b38fd366ed9764aa6e44b9f01f43d7 Mon Sep 17 00:00:00 2001 From: Brad Ganley Date: Sat, 14 Jan 2023 15:41:50 -0600 Subject: [PATCH] Added cnfrm --- .bash_aliases | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.bash_aliases b/.bash_aliases index 71cee78..7f848f0 100755 --- a/.bash_aliases +++ b/.bash_aliases @@ -44,8 +44,8 @@ alias sysdn='sudo systemctl disable --now' #opens specified command in new window in screen session alias s='screen -X screen ' -# In conjunction with the command, to prevent a temporary window from closing after a one-off command, simply add "&& cnfrm" -alias cnfrm='read -p "Press enter to proceed"' +# press enter to continue. Occasionally useful +alias cnfrm='read -p "Press enter to proceed" ' # A more intense ping for the professional on the go alias pang='ping -i 10 -v -a'