From: Adam A. G. Shamblin Date: Fri, 24 Jan 2014 19:24:51 +0000 (-0700) Subject: Add aliases to bash and Markdown handling to vim. X-Git-Url: https://git.vexinglabs.com/?a=commitdiff_plain;h=f9e0d5eb8710a3af468fa64b48c83129b9b0d928;p=dotfiles.git Add aliases to bash and Markdown handling to vim. --- diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..ae4a307 Binary files /dev/null and b/.DS_Store differ diff --git a/dotbash_profile b/dotbash_profile index 82bb26d..5cb46f1 100644 --- a/dotbash_profile +++ b/dotbash_profile @@ -35,3 +35,4 @@ export PS1='\[$ORANGE\]\u\[$RESET\] @ \[$YELLOW\]\h\[$RESET\] in \[$GREEN\]\w\[$ [[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function* alias git=/usr/local/git/bin/git +alias preview="open -a Preview" diff --git a/dotvimrc b/dotvimrc index 7b8327f..e8dc175 100644 --- a/dotvimrc +++ b/dotvimrc @@ -22,6 +22,7 @@ autocmd FileType make setlocal noexpandtab au BufNewFile,BufRead *.json set filetype=javascript au BufNewFile,BufRead /usr/local/nginx/conf/* set filetype=nginx +au BufNewFile,BufRead *.md setlocal textwidth=80 au BufWritePost *.py call Flake8() au BufWritePost *.js :JSHint