This commit is contained in:
David Tomaschik
2017-07-10 10:43:45 -07:00
2 changed files with 7 additions and 0 deletions

View File

@@ -98,6 +98,7 @@ case ${TOOL} in
bunzip2 ${DESTDIR}/hak5.txt.bz2 bunzip2 ${DESTDIR}/hak5.txt.bz2
;; ;;
gcloud) gcloud)
mkdir -p ${DESTDIR}
gtemp=`mktemp -d` gtemp=`mktemp -d`
gbase="https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/" gbase="https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/"
# TODO: find a way to make this version independent # TODO: find a way to make this version independent

View File

@@ -151,3 +151,9 @@ autocmd Syntax * syn match ExtraWhitespace /\s\+$\| \+\ze\t/ containedin=ALL
" Color column at end of lines " Color column at end of lines
set colorcolumn=+1 set colorcolumn=+1
highlight ColorColumn ctermbg=black guibg=lightgrey highlight ColorColumn ctermbg=black guibg=lightgrey
" Remove smart quotes
command Unsmartquote %s/“\|”/"/g
" Markdown options
autocmd Filetype markdown set expandtab shiftwidth=4