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"