commit 22cb15277862047b36e97d9da8da027de9482d1e
parent 07befda683a079f25ba529bf123a400b883d0b6f
Author: Alex Balgavy <alex@balgavy.eu>
Date: Sat, 13 Mar 2021 18:48:12 +0100
Rename zsh completions file
Diffstat:
3 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
@@ -12,7 +12,7 @@ all:
install: vbox vbox.1.man
cp vbox $(bindir)/
cp vbox.1.man $(man1dir)/vbox.1
- @echo "If you want Zsh completion, copy the _vbox file to your Zsh completions directory."
+ @echo "If you want Zsh completion, copy the vbox.zsh file to your Zsh completions directory, and name it '_vbox'."
uninstall:
rm $(bindir)/vbox
diff --git a/README.md b/README.md
@@ -9,4 +9,4 @@ Via Homebrew (`brew install thezeroalpha/formulae/vbox`), via the methods below.
You have two options:
* Install using make: run `make install` in the root of this repository
-* Install manually: download the repo, then copy the `vbox` script to a directory that's in your `PATH`, copy the manpage, and add the `_vbox` file if you use Zsh and want completions.
+* Install manually: download the repo, then copy the `vbox` script to a directory that's in your `PATH`, copy the manpage, and add the `vbox.zsh` file if you use Zsh and want completions.
diff --git a/_vbox b/vbox.zsh