Skip to content

Commit

Permalink
Merge pull request #167 from rsteube/zsh-nospace
Browse files Browse the repository at this point in the history
zsh: nospace
  • Loading branch information
rsteube authored Jan 16, 2024
2 parents b880b99 + 6350081 commit 57977c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/actions/bridge/zsh.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@ func ActionZsh(command ...string) carapace.Action {
}
}
return carapace.ActionValuesDescribed(vals...).StyleF(style.ForPath)
}).Invoke(c).ToA()
}).Invoke(c).ToA().NoSpace([]rune("/=@:.,")...)
})
}

0 comments on commit 57977c9

Please sign in to comment.