mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
A couple of minor fixes to zshrc
This commit is contained in:
parent
2774579009
commit
668ceb06a4
1 changed files with 2 additions and 1 deletions
|
|
@ -9,6 +9,7 @@ if [[ `uname` == 'Linux' ]]; then
|
|||
#ZSH_THEME="af-magic"
|
||||
else
|
||||
ZSH_THEME="beanbag"
|
||||
#ZSH_THEME="robbyrussell"
|
||||
#ZSH_THEME="pygmalion"
|
||||
#ZSH_THEME="muse"
|
||||
fi
|
||||
|
|
@ -223,7 +224,7 @@ if [[ `uname` == 'Darwin' ]]; then
|
|||
if [ -f $gcloud_zsh_completions ]; then source $gcloud_zsh_completions; fi
|
||||
|
||||
# use homebrew's ruby
|
||||
[ -d "/opt/homebrew/opt/ruby@2.7/bin" ] && export PATH=/opt/homebrew/opt/ruby@2.7/bin:$PATH
|
||||
[ -d "/opt/homebrew/opt/ruby@2.7/bin" ] && export PATH='/opt/homebrew/opt/ruby@2.7/bin':$PATH
|
||||
|
||||
# hide ruby 2.7's extra output
|
||||
export RUBYOPT='-W:no-deprecated -W:no-experimental'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue