Added cnfrm

This commit is contained in:
Brad Ganley 2023-01-14 15:41:50 -06:00
parent 7f629e9b21
commit 7737d68812

View File

@ -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'