diff --git a/bin/install_tool b/bin/install_tool index 1e3cb5d..1c48574 100755 --- a/bin/install_tool +++ b/bin/install_tool @@ -98,6 +98,7 @@ case ${TOOL} in bunzip2 ${DESTDIR}/hak5.txt.bz2 ;; gcloud) + mkdir -p ${DESTDIR} gtemp=`mktemp -d` gbase="https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/" # TODO: find a way to make this version independent diff --git a/dotfiles/vimrc b/dotfiles/vimrc index 6d26407..50ca7e3 100644 --- a/dotfiles/vimrc +++ b/dotfiles/vimrc @@ -151,3 +151,9 @@ autocmd Syntax * syn match ExtraWhitespace /\s\+$\| \+\ze\t/ containedin=ALL " Color column at end of lines set colorcolumn=+1 highlight ColorColumn ctermbg=black guibg=lightgrey + +" Remove smart quotes +command Unsmartquote %s/“\|”/"/g + +" Markdown options +autocmd Filetype markdown set expandtab shiftwidth=4