bind 'set bell-style none'
set nu
set visualbell
colorscheme darkblue
autocmd Filetype sh setlocal tabstop=4 shiftwidth=4 expandtab
set tabstop=4
set expandtab
set shiftwidth=4
set autoindent
set smartindent
set cindent
Add the following to the file: $HOME.gitconfig
[alias]
last = log -1 HEAD
tree = log -20 HEAD --pretty=oneline --graph
https://youtu.be/VT2L1SXFq9U
https://docs.microsoft.com/en-us/sysinternals/downloads/zoomit