neovim alias for vim, http/2 and main default branch for git

This commit is contained in:
Oliver Ladner 2024-01-15 12:57:43 +01:00
commit 1d87785e9a
2 changed files with 5 additions and 1 deletions

View file

@ -30,7 +30,8 @@ alias hexdump='hexdump -c'
alias pwgen='pwgen -B -s' alias pwgen='pwgen -B -s'
# open multiple files in tabs # open multiple files in tabs
alias vim='vim -p' #alias vim='vim -p'
alias vim='nvim'
if [ $theos == "Darwin" ]; then if [ $theos == "Darwin" ]; then
alias flushdns='sudo killall -HUP mDNSResponder' alias flushdns='sudo killall -HUP mDNSResponder'

View file

@ -21,7 +21,10 @@
path = ~/.gitconfig.local path = ~/.gitconfig.local
[http] [http]
postBuffer = 524288000 postBuffer = 524288000
version = HTTP/2
[pull] [pull]
rebase = false rebase = false
[safe] [safe]
directory = /opt/homebrew directory = /opt/homebrew
[init]
defaultBranch = main