Skip to content

Commit

Permalink
devbox commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Aug 30, 2024
1 parent 55abca6 commit 7ad9820
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 2 additions & 0 deletions chezmoi/dot_config/complgen/ollama.usage.tmpl
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
| (-h | --help) "help for ollama"
| (-v | --version) "Show version information"
7 changes: 5 additions & 2 deletions devbox.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,14 @@
". ${DEVBOX_GLOBAL_ROOT}/init.sh"
],
"scripts": {
"completion-path": [
"echo ${DEVBOX_GLOBAL_ROOT}/chezmoi/dot_config/aux-zsh-completions/stdout-completions.zsh"
],
"complgen-man": [
"man $1 | complgen scrape > chezmoi/dot_config/complgen/$1.usage.tmpl"
"man $1 | complgen scrape > ${DEVBOX_GLOBAL_ROOT}/chezmoi/dot_config/complgen/$1.usage.tmpl"
],
"complgen-help": [
"$1 --help | complgen scrape > chezmoi/dot_config/complgen/$1.usage.tmpl"
"$1 --help | complgen scrape > ${DEVBOX_GLOBAL_ROOT}/chezmoi/dot_config/complgen/$1.usage.tmpl"
],
"install-nnn": [
"sh -c \"$(curl -Ls https://raw.githubusercontent.com/jarun/nnn/master/plugins/getplugs)\""
Expand Down

0 comments on commit 7ad9820

Please sign in to comment.