# .bashrc

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