Files
dotfiles/.bashrc

7 lines
99 B
Bash

# .bashrc
# Source my settings
if [ -f "$HOME/.bashrc.kuba" ]; then
. "$HOME/.bashrc.kuba"
fi