vaulttec/ansible-role-zsh

Only source .zshrc.local If It exists

Closed this issue · 1 comments

Only source .zshrc.local If It exists

I will send a PR, but something like:

if [ -f $HOME/.zshrc.local ]; then
   source $HOME/.zshrc.local
fi