first commit

This commit is contained in:
crunchie
2024-04-05 10:13:15 +02:00
parent 7b6d7dd335
commit 392f2b784d
16 changed files with 1748 additions and 50 deletions

7
.bash_profile Normal file
View File

@@ -0,0 +1,7 @@
if [ -n "$TMUX" ]; then
# called inside tmux session, do tmux things
. ~/.profile
fi
# Trigger ~/.bashrc commands
. ~/.bashrc