2 lines
85 B
Bash
2 lines
85 B
Bash
# Honor per-interactive-shell startup file
|
|
if [ -f ~/.bashrc ]; then . ~/.bashrc; fi
|