From 153d5e897b220ef36d2941d46ced7306082c60de Mon Sep 17 00:00:00 2001 From: Nulo Date: Fri, 14 Jan 2022 22:18:23 -0300 Subject: [PATCH] =?UTF-8?q?bash:=20A=C3=B1adir=20alias=20r?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index 6436df3..b06566b 100644 --- a/.bashrc +++ b/.bashrc @@ -9,3 +9,4 @@ PROMPT_COMMAND="history -a;$PROMPT_COMMAND" # Save history on every command alias gitdf='git --git-dir=$HOME/.config/dotfiles/ --work-tree=$HOME' alias ssh='TERM=xterm-256color ssh' alias e="$EDITOR" +alias r="trash -r"