From ce128163e02eb500b799d607d4af669fefbb6e4f Mon Sep 17 00:00:00 2001 From: alf Date: Fri, 8 Aug 2025 13:49:43 +0000 Subject: [PATCH] .bashrc aktualisiert .bash_alias-Einbindung entfernt. --- .bashrc | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.bashrc b/.bashrc index a74c054..3bad287 100644 --- a/.bashrc +++ b/.bashrc @@ -95,15 +95,6 @@ fi #alias la='ls -A' #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 # this, if it's already enabled in /etc/bash.bashrc and /etc/profile # sources /etc/bash.bashrc).