diff --git a/shell/bashrc b/shell/bashrc index 8e51e66..b6a4060 100644 --- a/shell/bashrc +++ b/shell/bashrc @@ -107,6 +107,7 @@ alias \ command -v exa >/dev/null 2>&1 && alias ls="exa -al --icons --group-directories-first --no-permissions --no-user --time-style=iso --git" \ command -v eza >/dev/null 2>&1 && alias ls="eza -al --icons --group-directories-first --no-permissions --no-user --time-style=iso --git" \ +command -v trash >/dev/null 2>&1 && alias rm="trash" \ alias \ fzf="fzf --cycle --reverse" \ @@ -115,7 +116,6 @@ alias \ calc="bc -l" \ cp="cp -iv" \ mv="mv -iv" \ - rm="trash" \ vim="nvim" \ mgr-all="mgr pacman_upgrade apt_upgrade flatpak_update distrobox_update pip_update configs passmgr" \ df-short="df -h | grep -v '\s/dev.*$\|\s/run.*$\|\s/boot.*$'" \ diff --git a/shell/mkshrc b/shell/mkshrc index fbb6b8c..097dee2 100644 --- a/shell/mkshrc +++ b/shell/mkshrc @@ -92,6 +92,7 @@ alias \ command -v exa >/dev/null 2>&1 && alias ls="exa -al --icons --group-directories-first --no-permissions --no-user --time-style=iso --git" \ command -v eza >/dev/null 2>&1 && alias ls="eza -al --icons --group-directories-first --no-permissions --no-user --time-style=iso --git" \ +command -v trash >/dev/null 2>&1 && alias rm="trash" \ alias \ fzf="fzf --cycle --reverse" \