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