File tree 2 files changed +11
-3
lines changed
2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 36
36
[rerere]
37
37
enabled = true
38
38
[user]
39
- name = Nolan Warner
40
-
39
+ name = Nolan W
40
+
41
41
[push]
42
42
default = simple
43
43
followTags = true
44
+ [init]
45
+ defaultBranch = main
Original file line number Diff line number Diff line change @@ -22,7 +22,12 @@ autoload -Uz compinit
22
22
compinit
23
23
24
24
# 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
26
31
27
32
# Set `python` and `pip` to use version installed via `pyenv`
28
33
if command -v pyenv 1>/dev/null 2>&1; then
@@ -137,6 +142,7 @@ alias grbimas='git fetch -p; git rbi origin/master'
137
142
alias gitk='gitk 2>/dev/null &'
138
143
139
144
# Bundle Aliases
145
+ alias bi='bundle install'
140
146
alias bepi='bundle exec pod install'
141
147
alias bepru='bundle exec pod repo update'
142
148
alias be='bundle exec'
You can’t perform that action at this time.
0 commit comments