Skip to content

Commit

Permalink
Updated vimrc and aliases for tsung
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Bouch committed Jun 17, 2013
1 parent f5242f8 commit 6df9936
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bash/aliases
Expand Up @@ -153,3 +153,6 @@ function railsapp {

# misc
alias reload='. ~/.bash_profile'

# tsung
alias treport="/usr/local/Cellar/tsung/1.4.2/lib/tsung/bin/tsung_stats.pl; open report.html"
1 change: 1 addition & 0 deletions vimrc
Expand Up @@ -84,6 +84,7 @@ if has("autocmd")

" Set file type for nginx configs
autocmd BufNewFile,BufRead /etc/nginx/* set ft=nginx
autocmd BufNewFile,BufRead /private/etc/nginx/* set ft=nginx
autocmd BufNewFile,BufRead /usr/local/etc/nginx/* set ft=nginx

" Enable soft-wrapping for text files
Expand Down

0 comments on commit 6df9936

Please sign in to comment.