Added cnfrm
This commit is contained in:
parent
7f629e9b21
commit
7737d68812
@ -44,8 +44,8 @@ alias sysdn='sudo systemctl disable --now'
|
|||||||
|
|
||||||
#opens specified command in new window in screen session
|
#opens specified command in new window in screen session
|
||||||
alias s='screen -X screen '
|
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"
|
# press enter to continue. Occasionally useful
|
||||||
alias cnfrm='read -p "Press enter to proceed"'
|
alias cnfrm='read -p "Press enter to proceed" '
|
||||||
|
|
||||||
# A more intense ping for the professional on the go
|
# A more intense ping for the professional on the go
|
||||||
alias pang='ping -i 10 -v -a'
|
alias pang='ping -i 10 -v -a'
|
||||||
|
Loading…
Reference in New Issue
Block a user