Added cnfrm
This commit is contained in:
parent
bf74b0e503
commit
7f629e9b21
@ -41,8 +41,12 @@ alias sysres='sudo systemctl restart'
|
|||||||
alias sysup='sudo systemctl enable --now'
|
alias sysup='sudo systemctl enable --now'
|
||||||
# Also this one
|
# Also this one
|
||||||
alias sysdn='sudo systemctl disable --now'
|
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"
|
||||||
|
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'
|
||||||
# List the mounted things
|
# List the mounted things
|
||||||
|
Loading…
Reference in New Issue
Block a user