#!/usr/bin/zsh

# source a user file
if [ -f ~/.zshrc.user ]; then
    . ~/.zshrc.user
fi
