From d4bb7dc700a134aa92c9128562ff1ce902b587f4 Mon Sep 17 00:00:00 2001 From: andre Date: Tue, 6 Jan 2026 13:32:08 +0100 Subject: [PATCH] rootfs/home/andre/.bashrc aktualisiert --- rootfs/home/andre/.bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/rootfs/home/andre/.bashrc b/rootfs/home/andre/.bashrc index 3ce6772..a83d5c0 100644 --- a/rootfs/home/andre/.bashrc +++ b/rootfs/home/andre/.bashrc @@ -32,6 +32,7 @@ alias __clear_history="history -c && history -w && clear" alias __extip='echo $(curl --connect-timeout 5 -s https://ipinfo.io/ip)' alias grep='grep --line-buffered' alias egrep='egrep --line-buffered' +alias sudo='sudo bash --rcfile $HOMEDIR/.bashrc' if [ -x /usr/bin/dircolors ]; then test -r $HOMEDIR/.dircolors && eval "$(dircolors -b $HOMEDIR/.dircolors)" || eval "$(dircolors -b)"