From 0071fb4bb1c95086cecb48474f52db92b212722c Mon Sep 17 00:00:00 2001 From: xyz Date: Thu, 3 Feb 2022 21:03:42 -0800 Subject: .bashrc, sudo rpi-imager alias --- home/xyz/.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home/xyz') 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 -- cgit v1.2.3-70-g09d2