rootfs/home/andre/.bashrc aktualisiert
This commit is contained in:
@@ -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 extip='echo $(curl --connect-timeout 5 -s https://ipinfo.io/ip)'
|
||||||
alias grep='grep --line-buffered'
|
alias grep='grep --line-buffered'
|
||||||
alias egrep='egrep --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
|
if [ -x /usr/bin/dircolors ]; then
|
||||||
test -r $HOMEDIR/.dircolors && eval "$(dircolors -b $HOMEDIR/.dircolors)" || eval "$(dircolors -b)"
|
test -r $HOMEDIR/.dircolors && eval "$(dircolors -b $HOMEDIR/.dircolors)" || eval "$(dircolors -b)"
|
||||||
|
|||||||
Reference in New Issue
Block a user