mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
I swear I already commit this. Well this fixes the plugin.
This commit is contained in:
parent
3ee16ddbbc
commit
71d41e48e2
1 changed files with 2 additions and 2 deletions
|
|
@ -6,8 +6,8 @@
|
||||||
if (( $+commands[tmux] )); then
|
if (( $+commands[tmux] )); then
|
||||||
local state
|
local state
|
||||||
|
|
||||||
zstyle -a :omz:plugins:autostart state
|
zstyle -a :omz:plugins:tmux autostart state
|
||||||
[[ state == "on" && -z $TMUX ]] && exec tmux
|
[[ $state == "on" && -z $TMUX ]] && exec tmux
|
||||||
|
|
||||||
# start an irc client in a tmux session
|
# start an irc client in a tmux session
|
||||||
if [[ -n $IRC ]]; then
|
if [[ -n $IRC ]]; then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue