Update .config/topgrade.d/01-commands.toml

This commit is contained in:
punkfairie 2024-04-20 13:12:27 -07:00
parent e7b9e35ed2
commit 9042b008f9
No known key found for this signature in database
GPG key ID: 284B78B49C058673

View file

@ -11,4 +11,4 @@
# Custom commands
[commands]
"Fish Shell Completions" = "fish_update_completions"
"Update package list" = "yay -Qeq > {{ joinPath .chezmoi.sourceDir "dot_config/packages/" .chezmoi.hostname }} && set_color green && printf '%s'  && set_color normal && printf '%s' ' done\n'"
"Update package list" = "-i yay -Qeq > {{ joinPath .chezmoi.sourceDir "dot_config/packages/" .chezmoi.hostname }} && set_color green && printf '%s'  && set_color normal && printf '%s' ' done\n'; exit"