summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxyz <gky44px1999@gmail.com>2022-02-03 21:03:42 -0800
committerxyz <gky44px1999@gmail.com>2022-02-03 21:03:42 -0800
commit0071fb4bb1c95086cecb48474f52db92b212722c (patch)
treee7e5fa5c03663d9ee7e35eeb04244275e7221dd6
parentda27b9670aaa244a2ef0b519664c1eb5168c4734 (diff)
.bashrc, sudo rpi-imager alias
-rw-r--r--home/xyz/.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/xyz/.bashrc b/home/xyz/.bashrc
index 14402d32..b0e8141d 100644
--- a/home/xyz/.bashrc
+++ b/home/xyz/.bashrc
@@ -32,7 +32,7 @@ esac
PS1="\[$(tput setaf 1)\][\u@\h \W]\$ \[$(tput sgr0)\]"
# https://github.com/LukeSmithxyz/voidrice/blob/master/.config/shell/aliasrc
-for cmd in iotop nethogs hardcode-fixer ventoy du units_cur fbgrab powertop nft; do
+for cmd in iotop nethogs hardcode-fixer ventoy du units_cur fbgrab powertop nft rpi-imager; do
alias $cmd="sudo $cmd"
done
#for cmd in weechat; do