Browse Source

fixed loading of colors

Josh Bicking 8 years ago
parent
commit
9a2388ee67
2 changed files with 4 additions and 1 deletions
  1. 1 1
      vimrc
  2. 3 0
      zshrc

+ 1 - 1
vimrc

@@ -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
 

+ 3 - 0
zshrc

@@ -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