summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorxyz <gky44px1999@gmail.com>2022-03-15 00:35:37 -0700
committerxyz <gky44px1999@gmail.com>2022-03-15 00:35:37 -0700
commita09f293ee5715a14435b1d83fafeae3b7e209f7b (patch)
tree5052bff81576e52c0104c2799fac797d1d00038f /home
parentd2bf8e7b81b8759fece043c4a90a1d44e403a8e6 (diff)
.bashrc, alias sudo fdisk
Diffstat (limited to 'home')
-rw-r--r--home/xyz/.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/xyz/.bashrc b/home/xyz/.bashrc
index c4183a15..a59c1099 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 rpi-imager; do
+for cmd in iotop nethogs hardcode-fixer ventoy du units_cur fbgrab powertop nft rpi-imager fdisk; do
alias $cmd="sudo $cmd"
done
for cmd in pacdiff 'tree -a'; do