1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-08-30 19:09:08 +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

@@ -17,9 +17,10 @@ To enable this feature, add the following line to *zshrc*:
Aliases
-------
- `sl` lists sessions/socket directory.
- `sn` starts a new session.
- `sr` attaches to a session if one exists or start a new one.
- `scr` is short for `screen`.
- `scrl` lists sessions/socket directory.
- `scrn` starts a new session.
- `scrr` attaches to a session if one exists or start a new one.
Authors
-------