Skip to content

Commit

Permalink
add gocover func, fix pyx colo
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoiron committed May 19, 2017
1 parent f4b5660 commit 70187c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions home/.bash_aliases
Expand Up @@ -11,6 +11,7 @@ alias l='ls -CF'

# auto-sudo aliases
alias apt-get='sudo apt-get'
alias apt='sudo apt'
alias dpkg='sudo dpkg'
alias modprobe='sudo modprobe'

Expand Down
2 changes: 1 addition & 1 deletion home/.vim/syntax/pyrex.vim
Expand Up @@ -38,7 +38,7 @@ endif

" This deletes "from" from the keywords and re-adds it as a
" match with lower priority than pyrexForFrom
syn clear pythonPreCondit
" syn clear pythonPreCondit
syn keyword pythonPreCondit import
syn match pythonPreCondit "from"

Expand Down

0 comments on commit 70187c7

Please sign in to comment.