Reworking structure
Moved bash to scripts as I needed a zsh script to obscure the port # I use on the servers.
This commit is contained in:
parent
36c2329fc8
commit
98425ca742
6 changed files with 5 additions and 4 deletions
|
@ -78,7 +78,7 @@ noremap <Leader>m mmHmt:%s/<C-V><cr>//ge<cr>'tzt'm
|
|||
|
||||
"map <Leader>e :e! ~/.vim_runtime/vimrc<CR>
|
||||
"autocmd! bufwritepost vimrc source ~/.vim_runtime/vimrc
|
||||
autocmd BufWritePost * silent !~/Source/dotfiles/bash/refresh
|
||||
autocmd BufWritePost * silent !~/Source/dotfiles/scripts/refresh
|
||||
|
||||
set wildmode=list:longest
|
||||
set wildmenu
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue