Skip to content

Commit

Permalink
Add support for installing in ZSH using zplug
Browse files Browse the repository at this point in the history
  • Loading branch information
ajorpheus committed Dec 8, 2021
1 parent b392304 commit 1842ed9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,13 @@ plugins=(
)
```

==== Zsh with https://github.com/zplug/zplug[zplug]
Add the following to your `~/.zshrc` file:

```bash
zplug "paoloantinori/hhighlighter", use: h.sh
```

=== Platform Specifics

*h* has currently been tested only on *bash* and *zsh* on *Linux* and *MacOSX*.
Expand Down
2 changes: 1 addition & 1 deletion h.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@



h() {
function h() {

_usage() {
echo "usage: YOUR_COMMAND | h [-idn] args...
Expand Down

0 comments on commit 1842ed9

Please sign in to comment.