parent
de51da3593
commit
64b2ec6daa
@ -1,4 +1,5 @@ |
|||||||
set runtimepath^=~/.vim runtimepath+=~/.vim/after |
set runtimepath^=~/.vim runtimepath+=~/.vim/after |
||||||
|
set termguicolors " True Color support |
||||||
let &packpath = &runtimepath |
let &packpath = &runtimepath |
||||||
source ~/.vimrc |
source ~/.vimrc |
||||||
map <Leader>n <plug>NERDTreeTabsToggle<CR> |
map <Leader>n <plug>NERDTreeTabsToggle<CR> |
||||||
|
@ -0,0 +1,4 @@ |
|||||||
|
#!/bin/bash |
||||||
|
cd ${__COMMON_CONFIGS} |
||||||
|
git remote set-url origin https://git.reya.zone/reya/common-configs.git |
||||||
|
git remote set-url --push origin ssh://git@git.reya.zone/reya/common-configs.git |
Loading…
Reference in new issue