added scr alias
This commit is contained in:
parent
cbd4e310e5
commit
da7ddfffb2
@ -96,6 +96,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 '
|
||||||
|
# Resume screen or create a new one named main
|
||||||
|
alias scr='screen -r || screen -S main'
|
||||||
# press enter to continue. Occasionally useful
|
# press enter to continue. Occasionally useful
|
||||||
alias cnfrm='read -p "Press enter to proceed" '
|
alias cnfrm='read -p "Press enter to proceed" '
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user