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'
# 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'