mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-02 02:19:06 +01:00
Added screen and tmux plugins.
This commit is contained in:
parent
225ea89e74
commit
8619dd28bc
3 changed files with 45 additions and 10 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue