Add Puppet bin folder to path on darwin

This commit is contained in:
Gene Liverman 2023-09-18 15:11:20 -04:00
parent a990d9d83c
commit 6f9f7bfe8a

View file

@ -8,6 +8,9 @@
function otpoff() {
osascript -e 'tell application "yubiswitch" to KeyOff'
}
# Include Puppet's normal bin folder since it is installed via Homebrew
export PATH=$PATH:/opt/puppetlabs/bin
'';
oh-my-zsh.plugins = [ "macos" ];
shellAliases = {