Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 235 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 235 Bytes

Add the following to the zshrc file with the path replaced for your needs

if [ -f ~/Projects/zsh/helpers.zsh ]; then
    source ~/Projects/zsh/helpers.zsh
else
    print "404: $HOME/Projects/zsh/helpers.zsh not found."
fi