# .zprofile

# Get the aliases and functions
if [ -f /var/mobile/.zshrc ]; then
        source /var/mobile/.zshrc
fi

# User specific environment and startup programs
export PATH=$PATH:$HOME:$HOME/bin:$HOME/.local/bin
