7 lines
70 B
Bash
7 lines
70 B
Bash
#!/usr/bin/env bash
|
|
|
|
if [ -f ~/.bashrc ]; then
|
|
source ~/.bashrc
|
|
fi
|
|
|