File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 3636[rerere]
3737	enabled = true
3838[user]
39- 	name = Nolan Warner 
40- 39+ 	name = Nolan W 
40+ 4141[push]
4242	default = simple
4343	followTags = true
44+ [init]
45+ 	defaultBranch = main
Original file line number Diff line number Diff line change @@ -22,7 +22,12 @@ autoload -Uz compinit
2222compinit
2323
2424# Setup Homebrew path
25- eval "$(/opt/homebrew/bin/brew shellenv)"
25+ eval "$(/usr/local/bin/brew shellenv)"
26+ 
27+ # Set `anyenv` 
28+ if command -v anyenv 1>/dev/null 2>&1; then
29+     eval "$(anyenv init -)"
30+ fi
2631
2732# Set `python` and `pip` to use version installed via `pyenv`
2833if command -v pyenv 1>/dev/null 2>&1; then
@@ -137,6 +142,7 @@ alias grbimas='git fetch -p; git rbi origin/master'
137142alias gitk='gitk 2>/dev/null &'
138143
139144# Bundle Aliases
145+ alias bi='bundle install'
140146alias bepi='bundle exec pod install'
141147alias bepru='bundle exec pod repo update'
142148alias be='bundle exec'
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments