summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxyz <gky44px1999@gmail.com>2021-07-25 10:27:53 -0700
committerxyz <gky44px1999@gmail.com>2021-07-25 10:27:53 -0700
commitc30307136a4a7a02646f2e06500edc9aeace65bb (patch)
treebe2adf971d43a597c4048ff2926c015994a6b9bb
parent66338e2df08ceab04e30e89012811678ff4fdcf6 (diff)
rm prompt verbose
-rw-r--r--.bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index df1a7e83..d3ae3ba4 100644
--- a/.bashrc
+++ b/.bashrc
@@ -18,6 +18,7 @@ source /usr/share/fzf/key-bindings.bash
PS1="\[\e[0;91m\][\u@\h \W]\$ \[\e[0m\]"
alias ls="ls --color=auto"
+alias rm="rm -vI"
alias sdcv="sdcv --color"
alias grep="grep --color=auto"
alias diff="diff --color=auto"