mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-01-25 05:40:17 +00:00
Add 'roles/shell/files/etc/skel/.vimrc'
This commit is contained in:
7
roles/shell/files/etc/skel/.vimrc
Normal file
7
roles/shell/files/etc/skel/.vimrc
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
set number
|
||||||
|
set syntax=on
|
||||||
|
|
||||||
|
syntax enable
|
||||||
|
|
||||||
|
command Gc execute "!git commit %"
|
||||||
|
command Gp execute "!git push origin master"
|
||||||
Reference in New Issue
Block a user