7 lines
99 B
Bash
7 lines
99 B
Bash
# .bashrc
|
|
|
|
# Source my settings
|
|
if [ -f "$HOME/.bashrc.kuba" ]; then
|
|
. "$HOME/.bashrc.kuba"
|
|
fi
|