mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-03 04:20:01 +02:00
Quote variable expansions to prevent word splitting and globbing issues: - Line 35: echo $basedir → echo "$basedir" - Line 40: basename $basedir → basename "$basedir" Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| pow.plugin.zsh | ||
| README.md | ||
pow plugin
This plugin adds completion and commands for pow, a zero-configuration Rack server for macOS.
To use it, add pow to the plugins array of your zshrc file:
plugins=(... pow)
Commands
-
kapowwill restart an app.kapow myapp -
kaputwill show the standard output from any pow app. -
repowwill restart the pow process.