diff --git a/vimrc b/vimrc index d9e61f9..f05ffb6 100644 --- a/vimrc +++ b/vimrc @@ -40,6 +40,7 @@ Plugin 'wincent/command-t' "Plugin 'erynofwales/vim-fancyfolds' Plugin 'apple-swift', {'pinned': 1} Plugin 'rust-lang/rust.vim' +Plugin 'tidalcycles/vim-tidal' " Colors~ Plugin 'tomasr/molokai' diff --git a/zsh/func/init_path b/zsh/func/init_path index ee8441a..7a0bf23 100644 --- a/zsh/func/init_path +++ b/zsh/func/init_path @@ -16,6 +16,10 @@ append_to_path "/sbin" prepend_to_path "/usr/X11/bin" prepend_to_path "/opt/local/bin" prepend_to_path "$HOME/.local/bin" -prepend_to_path "$HOME/.gem/ruby/2.2.0/bin" prepend_to_path "$HOME/.cargo/bin" +prepend_to_path "$HOME/.gem/ruby/2.2.0/bin" +prepend_to_path "$HOME/.ghcup/bin" +prepend_to_path "$HOME/.vim/bundle/vim-tidal/bin" prepend_to_path "$HOME/bin" + +rehash