Added common task for install Bash config

This commit is contained in:
Fabio Scotto di Santolo
2026-03-15 23:18:52 +01:00
parent cd95ca045a
commit 9d831785e3
4 changed files with 348 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
# .bash_profile
[ -f $HOME/.profile ] && . $HOME/.profile
# Get the aliases and functions
[ -f $HOME/.bashrc ] && . $HOME/.bashrc
if [ -z "$DISPLAY" ] && [ "$(tty)" = "/dev/tty1" ]; then
exec startx
fi