1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2025-06-14 08:41:43 +00:00

Added screen and tmux plugins.

This commit is contained in:
Sorin Ionescu
2011-09-20 23:15:50 -04:00
parent 225ea89e74
commit 8619dd28bc
3 changed files with 45 additions and 10 deletions

View File

@ -99,16 +99,6 @@ if ! check-bool "$DISABLE_COLOR"; then
fi
fi
# Terminal Multiplexer
alias sl="screen -list"
alias sn="screen -U -S"
alias sr="screen -a -A -U -D -R"
if (( $+commands[tmux] )); then
alias ta="tmux attach-session"
alias tl="tmux list-sessions"
fi
# Miscellaneous
(( $+commands[ack] )) && alias afind='ack -il'
(( $+commands[ebuild] )) && alias ebuild='nocorrect ebuild'