Update .config/topgrade.d/01-commands.toml
This commit is contained in:
parent
e7b9e35ed2
commit
9042b008f9
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue