Add bashrc and aliases

This commit is contained in:
2025-09-25 11:34:42 +02:00
parent d92a23246d
commit 21bc74e8c5
2 changed files with 3 additions and 0 deletions

2
aliases.sh Normal file
View File

@@ -0,0 +1,2 @@
alias dotenv='set -o allexport && source .env && echo "Applied variables from .env" && grep -v "^\s*#" .env | cut -d "=" -f 1'
alias downup='sudo docker compose down && sudo docker compose up -d && sudo docker compose logs -f'

1
bashrc.sh Normal file
View File

@@ -0,0 +1 @@
export GPG_TTY=$(tty)