Skip to content

Commit e893bd5

Browse files
committed
fix(conf.tv): add set extendedglob to make it work properly
1 parent 80ff1cd commit e893bd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf.d/topgrade/topgrade.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ no_self_update = true
119119
"antidote" = "~/.local/state/nix/profile/share/antidote/antidote update"
120120
# "micromamba" = "micromamba self-update"
121121
# "zsh_recompile" = "source ~/.config/home-manager/conf.d/zsh/functions.zsh && zsh_recompile"
122-
"television cabels" = "rm -rf -- ^nix-search-tv.toml && tv update-channels"
122+
"television cabels" = "setopt extendedglob && rm -- ^nix-search-tv.toml && tv update-channels"
123123

124124

125125
# Custom commands

0 commit comments

Comments
 (0)