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