From 1cd30dc8308be1ea7903665e6b26f1044418b316 Mon Sep 17 00:00:00 2001 From: andre Date: Wed, 28 Jan 2026 08:16:36 +0100 Subject: [PATCH] rootfs/home/andre/.bashrc aktualisiert --- rootfs/home/andre/.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/home/andre/.bashrc b/rootfs/home/andre/.bashrc index cb3668f..1e9c9d4 100644 --- a/rootfs/home/andre/.bashrc +++ b/rootfs/home/andre/.bashrc @@ -20,7 +20,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' +alias mysudo='sudo bash --rcfile $HOMEDIR/.bashrc' if [ -x /usr/bin/dircolors ]; then test -r $HOMEDIR/.dircolors && eval "$(dircolors -b $HOMEDIR/.dircolors)" || eval "$(dircolors -b)"