Browse Source

git: change default branch name

master
Garrit Franke 2 years ago
parent
commit
0dc5b658f6
Signed by: garrit
GPG Key ID: 65586C4DDA55EA2C
  1. 7
      .gitconfig
  2. 2
      .zshenv

7
.gitconfig

@ -7,3 +7,10 @@
[includeIf "gitdir:~/sources/"]
path = ~/.gitconfig-personal
[init]
defaultBranch = main
[push]
autoSetupRemote = true
[status]
submoduleSummary = true

2
.zshenv

@ -4,7 +4,7 @@ if [ -d "/opt/homebrew/opt/ruby/bin" ]; then
export PATH=`gem environment gemdir`/bin:$PATH
fi
export LIBRARY_PATH="$LIBRARY_PATH:$(brew --prefix)/lib"
export LIBRARY_PATH="$LIBRARY_PATH:$(/opt/homebrew/bin/brew --prefix)/lib"
export ZSH="$HOME/.oh-my-zsh"
export EDITOR="/opt/homebrew/bin/nvim"

Loading…
Cancel
Save