From 1d87785e9a386ff0ad8c605b32a2b603c57c9863 Mon Sep 17 00:00:00 2001 From: Oliver Ladner Date: Mon, 15 Jan 2024 12:57:43 +0100 Subject: [PATCH] neovim alias for vim, http/2 and main default branch for git --- .bash_aliases | 3 ++- .gitconfig | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.bash_aliases b/.bash_aliases index 0a3787b..8d97e76 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -30,7 +30,8 @@ alias hexdump='hexdump -c' alias pwgen='pwgen -B -s' # open multiple files in tabs -alias vim='vim -p' +#alias vim='vim -p' +alias vim='nvim' if [ $theos == "Darwin" ]; then alias flushdns='sudo killall -HUP mDNSResponder' diff --git a/.gitconfig b/.gitconfig index 8a00daf..8f60a75 100644 --- a/.gitconfig +++ b/.gitconfig @@ -21,7 +21,10 @@ path = ~/.gitconfig.local [http] postBuffer = 524288000 + version = HTTP/2 [pull] rebase = false [safe] directory = /opt/homebrew +[init] + defaultBranch = main