2025.06.29 16:26:43 (nobara-laptop)

This commit is contained in:
Christian Moser 2025-06-29 16:26:43 +02:00
parent e7f791f9f0
commit 0bd37533db
2 changed files with 11 additions and 0 deletions

6
aliases.sh Normal file
View File

@ -0,0 +1,6 @@
#!/bin/bash
if [ -f ~/.bash_aliases ]; then
. ~/.bash_aliases
fi

5
vars.sh Normal file
View File

@ -0,0 +1,5 @@
#!/bin/bash
if [ -f ~/.bash_vars ]; then
. ~/.bash_vars
fi