mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-01-24 05:30:18 +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