1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2024-07-01 11:50:26 +00:00

Refactor tmux aliases

This commit is contained in:
Sorin Ionescu 2012-08-15 07:55:01 -04:00
parent b2f0bdf8fd
commit 8baba34fb0
2 changed files with 4 additions and 4 deletions

View File

@ -24,8 +24,8 @@ the background session and `destroy-unattached on` on every other session
Aliases
-------
- `ta` attaches or switches to a tmux session.
- `tl` lists sessions managed by the tmux server.
- `tmuxa` attaches or switches to a tmux session.
- `tmuxl` lists sessions managed by the tmux server.
Caveats
-------

View File

@ -40,5 +40,5 @@ fi
# Aliases
#
alias ta="tmux attach-session"
alias tl="tmux list-sessions"
alias tmuxa='tmux attach-session'
alias tmuxl='tmux list-sessions'