@@ -169,7 +169,7 @@ if exists(':SyntasticStatuslineFlag()')
endif
" YouCompleteMe
-let g:ycm_global_ycm_extra_conf = '~/.vim/bundle/ycm_extra_conf.py'
+let g:ycm_global_ycm_extra_conf = '/home/josh/.vim/bundle/ycm_extra_conf.py'
" autoclose suggestion windows
let g:ycm_autoclose_preview_window_after_insertion=1
@@ -84,6 +84,9 @@ if hash fuck 2>/dev/null; then
eval $(thefuck --alias)
fi
+# For playing raw data
+alias playdata='aplay -c 2 -f S16_LE -r 44100'
+
# zsh-syntax-highlighting (MUST BE AT THE BOTTOM OF THIS FILE)
source ~/.zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh