From 536afb80307e2f964293d6e1bd523be53aa74874 Mon Sep 17 00:00:00 2001 From: xyz Date: Sun, 26 Dec 2021 23:25:46 -0800 Subject: bashrc, sudo fbgrab --- home/xyz/.bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'home/xyz') diff --git a/home/xyz/.bashrc b/home/xyz/.bashrc index 6b68a07b..ea600519 100644 --- a/home/xyz/.bashrc +++ b/home/xyz/.bashrc @@ -31,7 +31,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; do +for cmd in iotop nethogs hardcode-fixer ventoy du units_cur fbgrab; do alias $cmd="sudo $cmd" done unset cmd @@ -47,7 +47,7 @@ alias radeontop='radeontop -c' alias rm='rm -I' alias sdcv='sdcv --color' alias shellcheck='shellcheck -x' -alias tree='tree -a' +alias tree='sudo -E tree -a' alias uname='uname -a' # different name -- cgit v1.2.3-70-g09d2