neovim alias for vim, http/2 and main default branch for git
This commit is contained in:
parent
cc4c8ac601
commit
1d87785e9a
2 changed files with 5 additions and 1 deletions
|
|
@ -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'
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue