Files
dotfiles/bash/bash_profile
2025-09-22 13:36:07 +02:00

5 lines
131 B
Bash

#!/bin/bash
# Bash profile - loaded for login shells
# Source bashrc if it exists
[ -f "$HOME/.bashrc" ] && source "$HOME/.bashrc"