diff options
author | xyz <gky44px1999@gmail.com> | 2021-07-25 10:27:53 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-07-25 10:27:53 -0700 |
commit | c30307136a4a7a02646f2e06500edc9aeace65bb (patch) | |
tree | be2adf971d43a597c4048ff2926c015994a6b9bb | |
parent | 66338e2df08ceab04e30e89012811678ff4fdcf6 (diff) |
rm prompt verbose
-rw-r--r-- | .bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |