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'
|
||||
|
||||
# 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'
|
||||
|
|
|
|||
|
|
@ -21,7 +21,10 @@
|
|||
path = ~/.gitconfig.local
|
||||
[http]
|
||||
postBuffer = 524288000
|
||||
version = HTTP/2
|
||||
[pull]
|
||||
rebase = false
|
||||
[safe]
|
||||
directory = /opt/homebrew
|
||||
[init]
|
||||
defaultBranch = main
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue