Skip to content

Commit

Permalink
fix: choco and nix-env (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
sigoden authored Dec 22, 2023
1 parent 65d3d9d commit aa6d795
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/vendor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ vendors![
},
{
name: "choco",
confirm: "-y",
confirm: "-y/--yes",
install: "choco install $",
remove: "choco uninstall $",
upgrade: "choco upgrade $",
Expand Down Expand Up @@ -211,7 +211,7 @@ vendors![
name: "nix-env",
confirm: "",
install: "nix-env -i/--install $",
remove: "pacman -e/--uninstall $",
remove: "nix-env -e/--uninstall $",
upgrade: "nix-env -u/--upgrade $",
search: "nix-env -qaP $",
info: "nix-env -qa --description $",
Expand Down

0 comments on commit aa6d795

Please sign in to comment.