-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Readme and completions fixups (#165)
* Improve formatting of readme for new cost commands * Add forgotten "update-server" command to completions * Add completions/reload.sh script to help developing zsh completions
- Loading branch information
1 parent
90a5f53
commit 4df19a6
Showing
3 changed files
with
18 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Reload the _cromshell completion file for testing | ||
# Usage: | ||
# source reload.sh | ||
|
||
fpath=($PWD $fpath) | ||
unfunction _cromshell | ||
autoload -U compinit | ||
compinit |