Add 'roles/shell/files/etc/skel/.vimrc'

This commit is contained in:
ubergeek 2018-12-22 09:53:41 -05:00
parent 794b93654a
commit a2cf56ae10
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
set number
set syntax=on
syntax enable
command Gc execute "!git commit %"
command Gp execute "!git push origin master"