From 044e59366e096a37a8483ed6e91d9dcd9c473fc0 Mon Sep 17 00:00:00 2001 From: andre Date: Tue, 30 Dec 2025 11:52:01 +0100 Subject: [PATCH] rootfs/home/andre/.bashrc aktualisiert --- rootfs/home/andre/.bashrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rootfs/home/andre/.bashrc b/rootfs/home/andre/.bashrc index efc482d..572c93e 100644 --- a/rootfs/home/andre/.bashrc +++ b/rootfs/home/andre/.bashrc @@ -973,6 +973,10 @@ then #source <(curl --connect-timeout 3 -f -s -k https://tools.andregeissler.de/modules/arg_ssh.bash) #source <(curl --connect-timeout 3 -f -s -k https://tools.andregeissler.de/modules/gps_tools.bash) + for i in `ls /etc/bash_completion.d/*.bash` + do + source $i + done for i in `ls ~/bash_extensions/*.bash` do bash $i