mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Add Puppet bin folder to path on darwin
This commit is contained in:
parent
a990d9d83c
commit
6f9f7bfe8a
1 changed files with 3 additions and 0 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue