From 13db175930708d5c176dbb8be85e5c80c50146c9 Mon Sep 17 00:00:00 2001 From: tavo-wasd Date: Thu, 20 Jun 2024 01:36:44 -0600 Subject: [PATCH] yet another --- shell/bashrc | 2 +- shell/mkshrc | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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" \