1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-10-14 15:49:09 +00:00

Refactor Screen aliases

This commit is contained in:
Sorin Ionescu
2012-08-14 22:15:45 -04:00
parent abfa69fc01
commit b2f0bdf8fd
2 changed files with 8 additions and 6 deletions

View File

@@ -32,7 +32,8 @@ fi
# Aliases
#
alias sl="screen -list"
alias sn="screen -U -S"
alias sr="screen -a -A -U -D -R"
alias scr='screen'
alias scrl='screen -list'
alias scrn='screen -U -S'
alias scrr='screen -a -A -U -D -R'