rootfs/home/andre/.bashrc aktualisiert

This commit is contained in:
2025-11-29 22:46:54 +01:00
parent b7e3cd174c
commit b3b171aae6

View File

@@ -965,12 +965,12 @@ HOSTNAME=`hostname`
if [ "$HOSTNAME" != "server" ] if [ "$HOSTNAME" != "server" ]
then then
### bash completion module ### bash completion module
source <(curl --connect-timeout 3 -f -s -k https://tools.andregeissler.de/completion/clogin-completion.bash) #source <(curl --connect-timeout 3 -f -s -k https://tools.andregeissler.de/completion/clogin-completion.bash)
source <(curl --connect-timeout 3 -f -s -k https://tools.andregeissler.de/completion/owi2-completion.bash) #source <(curl --connect-timeout 3 -f -s -k https://tools.andregeissler.de/completion/owi2-completion.bash)
### bash module ### bash module
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)
if [ "$OS" == "" ]; then if [ "$OS" == "" ]; then
if [ ! -f ~/bike.jpg ]; then if [ ! -f ~/bike.jpg ]; then