diff --git a/home/.zshrc b/home/.zshrc index 709699a..a0fc992 100644 --- a/home/.zshrc +++ b/home/.zshrc @@ -46,7 +46,7 @@ alias lt="eza --tree --level=2 --icons" # 工具 alias cat="bat --paging=never" -alias rm="trash-put" +alias rm="gomi" alias lg="lazygit" alias vi="nvim" alias x="ouch decompress" # 万能解压(zip/tar/gz/bz2/xz/zst/7z/rar) diff --git a/modules/base.py b/modules/base.py index f5cc142..88e00be 100644 --- a/modules/base.py +++ b/modules/base.py @@ -57,7 +57,6 @@ class BaseModule(Module): "starship", "sudo", "tealdeer", - "trash-cli", "vim", "wget", "xh", @@ -70,4 +69,5 @@ class BaseModule(Module): def aur_packages(self) -> set[str]: return { "decman", + "gomi-bin", }