Skip to content

Commit 5b8b591

Browse files
committed
version v0.1.8
1 parent 8ef638c commit 5b8b591

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

embed/mux.zsh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#compdef mux
2-
#autoload
2+
#definition manage tmux sessions
33

44
local -a subcmds
55

@@ -14,7 +14,7 @@ _arguments '--version[Current version]' \
1414
'*:: :->subcmds' && return 0
1515

1616
if (( CURRENT == 1 )); then
17-
_describe "mux" subcmds
17+
_describe -t subcmds "mux subcommands" subcmds
1818
return
1919
fi
2020

main.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,5 @@ func completion(shell string) {
8585
switch shell {
8686
case "zsh":
8787
fmt.Print(embed.MuxZsh)
88-
default:
89-
fmt.Print("# noop")
9088
}
9189
}

0 commit comments

Comments
 (0)