@@ -44,7 +44,7 @@ ZSH_THEME="doubleend"
44
44
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
45
45
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
46
46
# Example format: plugins=(rails git textmate ruby lighthouse)
47
- plugins=(git symfony2 bower composer colored-man-pages colorize cp sudo extract github vagrant npm yarn git-flow-avh)
47
+ plugins=(git symfony2 bower composer colored-man-pages colorize cp sudo extract github npm yarn git-flow-avh aws )
48
48
49
49
source $ZSH /oh-my-zsh.sh
50
50
@@ -76,6 +76,7 @@ alias phplint='find . -name "*.php" -exec php -l {} \; | grep "Parse error"'
76
76
alias currentdt=' echo $(date "+%Y%m%d%H%M%S")'
77
77
78
78
alias rake=" noglob rake" # allows square brackts for rake task invocation
79
+ export PATH=
" /opt/homebrew/opt/[email protected] /bin:$PATH "
79
80
80
81
# Make hubkit available as alias
81
82
alias hk=" ~/.hubkit/bin/hubkit.php"
@@ -107,4 +108,18 @@ export NVM_DIR="$HOME/.nvm"
107
108
# uninstall by removing these lines or running `tabtab uninstall sls`
108
109
[[ -f /Users/jeroent/.nvm/versions/node/v8.11.3/lib/node_modules/serverless/node_modules/tabtab/.completions/sls.zsh ]] && . /Users/jeroent/.nvm/versions/node/v8.11.3/lib/node_modules/serverless/node_modules/tabtab/.completions/sls.zsh
109
110
111
+ export NVM_DIR=" $HOME /.nvm"
112
+ [ -s " /opt/homebrew/opt/nvm/nvm.sh" ] && . " /opt/homebrew/opt/nvm/nvm.sh" # This loads nvm
113
+ [ -s " /opt/homebrew/opt/nvm/etc/bash_completion.d/nvm" ] && . " /opt/homebrew/opt/nvm/etc/bash_completion.d/nvm" # This loads nvm bash_completion
114
+
115
+ export PATH=" $HOME /.symfony/bin:$PATH "
116
+ export PATH=" /opt/homebrew/bin:$PATH "
117
+
118
+ unsetopt nomatch
119
+
110
120
# ## zprof # bottom of .zshrc
121
+ export PATH=" /opt/homebrew/opt/openjdk/bin:$PATH "
122
+ export PATH=" /opt/homebrew/opt/openjdk@11/bin:$PATH "
123
+
124
+ # Disable brew auto update on install
125
+ export HOMEBREW_NO_AUTO_UPDATE=1
0 commit comments