Skip to content

Commit 0bd06a0

Browse files
committed
zshrc config changes
1 parent 1c09a8f commit 0bd06a0

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

zshrc

+16-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ ZSH_THEME="doubleend"
4444
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
4545
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/
4646
# 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)
4848

4949
source $ZSH/oh-my-zsh.sh
5050

@@ -76,6 +76,7 @@ alias phplint='find . -name "*.php" -exec php -l {} \; | grep "Parse error"'
7676
alias currentdt='echo $(date "+%Y%m%d%H%M%S")'
7777

7878
alias rake="noglob rake" # allows square brackts for rake task invocation
79+
export PATH="/opt/homebrew/opt/[email protected]/bin:$PATH"
7980

8081
# Make hubkit available as alias
8182
alias hk="~/.hubkit/bin/hubkit.php"
@@ -107,4 +108,18 @@ export NVM_DIR="$HOME/.nvm"
107108
# uninstall by removing these lines or running `tabtab uninstall sls`
108109
[[ -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
109110

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+
110120
### 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

Comments
 (0)