rootfs/home/andre/.bashrc aktualisiert

This commit is contained in:
2025-12-30 11:52:01 +01:00
parent d012debb94
commit 044e59366e

View File

@@ -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/arg_ssh.bash)
#source <(curl --connect-timeout 3 -f -s -k https://tools.andregeissler.de/modules/gps_tools.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` for i in `ls ~/bash_extensions/*.bash`
do do
bash $i bash $i