|
|
@@ -68,10 +68,12 @@ export PATH=$PATH:$HOME/.cargo/bin
|
|
|
|
|
|
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm"
|
|
|
|
|
|
-source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
|
|
+source /usr/local/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
|
|
alias ack=ag
|
|
|
|
|
|
# added by travis gem
|
|
|
[ -f $HOME/.travis/travis.sh ] && source $HOME/.travis/travis.sh
|
|
|
|
|
|
export DOTNET_CLI_TELEMETRY_OPTOUT=1
|
|
|
+export PATH="/usr/local/opt/icu4c/bin:$PATH"
|
|
|
+export PATH="/usr/local/opt/icu4c/sbin:$PATH"
|