Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -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 <silent> <F8> <Plug>MarkdownPreview
imap <silent> <F8> <Plug>MarkdownPreview
Expand Down