rootfs/home/andre/.bashrc aktualisiert

This commit is contained in:
2026-01-06 13:32:08 +01:00
parent 2739529af3
commit d4bb7dc700

View File

@@ -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)"