.bashrc aktualisiert

.bash_alias-Einbindung entfernt.
This commit is contained in:
alf
2025-08-08 13:49:43 +00:00
parent 556f29bd56
commit ce128163e0

View File

@ -95,15 +95,6 @@ fi
#alias la='ls -A' #alias la='ls -A'
#alias l='ls -CF' #alias l='ls -CF'
# Alias definitions.
# You may want to put all your additions into a separate file like
# ~/.bash_aliases, instead of adding them here directly.
# See /usr/share/doc/bash-doc/examples in the bash-doc package.
if [ -f ~/.bash_aliases ]; then
. ~/.bash_aliases
fi
# enable programmable completion features (you don't need to enable # enable programmable completion features (you don't need to enable
# this, if it's already enabled in /etc/bash.bashrc and /etc/profile # this, if it's already enabled in /etc/bash.bashrc and /etc/profile
# sources /etc/bash.bashrc). # sources /etc/bash.bashrc).