Merge pull request #292 from genebean/puppet

Add Puppet bin folder to path on darwin
This commit is contained in:
Gene Liverman 2023-09-18 15:11:46 -04:00 committed by GitHub
commit f5b386c28a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,6 +8,9 @@
function otpoff() { function otpoff() {
osascript -e 'tell application "yubiswitch" to KeyOff' 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" ]; oh-my-zsh.plugins = [ "macos" ];
shellAliases = { shellAliases = {