Skip to content

Commit

Permalink
fix: Comment out unreleased pueue completions
Browse files Browse the repository at this point in the history
Conflicts with nu-scripts task command definition param type.

Open issue Nukesor/pueue#572
  • Loading branch information
Kissaki committed Nov 15, 2024
1 parent ac66c59 commit 505d17e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion env.nu
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def call-if-old [filepath: path, fn: closure] {

mkdir $nu.cache-dir
call-if-old $'($nu.cache-dir)/starship-init.nu' {|filepath| starship init nu | save -f $filepath }
call-if-old $'($nu.cache-dir)/pueue-completions.nu' {|filepath| pueue completions nushell | save -f $filepath }
#call-if-old $'($nu.cache-dir)/pueue-completions.nu' {|filepath| pueue completions nushell | save -f $filepath }
#call-if-old $'($nu.cache-dir)/starship-completions.nu' {|filepath| starship completions nushell | save -f $filepath }

#zoxide init nushell | save -f ~/.zoxide.nu

0 comments on commit 505d17e

Please sign in to comment.