Add 'roles/shell/files/etc/skel/.vimrc'
This commit is contained in:
parent
794b93654a
commit
a2cf56ae10
|
@ -0,0 +1,7 @@
|
||||||
|
set number
|
||||||
|
set syntax=on
|
||||||
|
|
||||||
|
syntax enable
|
||||||
|
|
||||||
|
command Gc execute "!git commit %"
|
||||||
|
command Gp execute "!git push origin master"
|
Loading…
Reference in New Issue