]> Vexing Labs - dotfiles.git/commitdiff
Add aliases to bash and Markdown handling to vim.
authorAdam A. G. Shamblin <adam.shamblin@gmail.com>
Fri, 24 Jan 2014 19:24:51 +0000 (12:24 -0700)
committerAdam A. G. Shamblin <adam.shamblin@gmail.com>
Fri, 24 Jan 2014 19:24:51 +0000 (12:24 -0700)
.DS_Store [new file with mode: 0644]
dotbash_profile
dotvimrc

diff --git a/.DS_Store b/.DS_Store
new file mode 100644 (file)
index 0000000..ae4a307
Binary files /dev/null and b/.DS_Store differ
index 82bb26d0ca3beaaf10d7ea5ebbd958ba722c3f22..5cb46f1b825f45da940372d20a734d75eda2b6a1 100644 (file)
@@ -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"
index 7b8327fec564baab3766b2cdcca19c79f634c263..e8dc175c066be642f1b8f007fedc5280209d7894 100644 (file)
--- 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