Update bash aliases. New aliases for git

This commit is contained in:
Sebastian Lenzlinger
2024-04-09 20:54:53 +02:00
parent c62da8c02b
commit 14dfa6a57e
3 changed files with 37 additions and 3 deletions

View File

@@ -112,3 +112,12 @@ map ; :
set shiftwidth=4 smarttab
set expandtab
set tabstop=8 softtabstop=0
" VimPlug Section
call plug#begin()
" Add your plugins here
Plug 'github/copilot.vim' , { 'rtp': '~/.config/nvim/pack/github/start/copilot.vim' }
call plug#end()