diff options
author | xyz <gky44px1999@gmail.com> | 2021-10-01 15:03:56 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-10-01 15:03:56 -0700 |
commit | e76b203deaec038d14fd50f5561dfa5347e24423 (patch) | |
tree | ee5f4839e2d652d30b17fe62c25ea6a5fd5b0c48 | |
parent | 5bb06b5cdade0e5a8f70d7c380718a7dc2876cb4 (diff) |
.bashrc, rm no verbose
-rw-r--r-- | .bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ alias iotop='sudo iotop' alias ls='ls --color=auto' alias nethogs='sudo nethogs' alias radeontop='radeontop -c' -alias rm='rm -vI' +alias rm='rm -I' alias sdcv='sdcv --color' # /dev/ttyACM0 can be in config file, or as environmantal variable, see /usr/share/doc/adafruit-ampy/README.md |