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:
@ -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'
|
||||
|
Reference in New Issue
Block a user