diff --git a/.bashrc b/.bashrc index 9d34da6..886629c 100644 --- a/.bashrc +++ b/.bashrc @@ -18,12 +18,6 @@ then source /etc/bash_completion.d/git fi -# Add missing bash completion -if [ -f /etc/bash_completion ] -then - source /etc/bash_completion -fi - if [ -f ~/.git-prompt.sh ] then source ~/.git-prompt.sh diff --git a/.vimrc b/.vimrc index 1e60c4f..b9faae0 100644 --- a/.vimrc +++ b/.vimrc @@ -60,10 +60,10 @@ colorscheme elflord "":setlocal spell spelllang=en_us "vim-plug - https://github.com/junegunn/vim-plug -"call plug#begin('~/.vim/plugged') -"Plug 'iamcco/markdown-preview.vim' "https://github.com/iamcco/markdown-preview.vim -"Plug 'rust-lang/rust.vim' "https://github.com/rust-lang/rust.vim -"call plug#end() +call plug#begin('~/.vim/plugged') +Plug 'iamcco/markdown-preview.vim' "https://github.com/iamcco/markdown-preview.vim +Plug 'rust-lang/rust.vim' "https://github.com/rust-lang/rust.vim +call plug#end() nmap MarkdownPreview imap MarkdownPreview