--- .vim/bundle/nerdtree/plugin/NERD_tree.vim.t	2016-02-26 07:12:51.704160306 -0800
+++ .vim/bundle/nerdtree/plugin/NERD_tree.vim	2016-02-26 07:12:59.032160252 -0800
@@ -66,13 +66,8 @@
 call s:initVariable("g:NERDTreeShowLineNumbers", 0)
 call s:initVariable("g:NERDTreeSortDirs", 1)
 
-if !nerdtree#runningWindows()
-    call s:initVariable("g:NERDTreeDirArrowExpandable", "▸")
-    call s:initVariable("g:NERDTreeDirArrowCollapsible", "▾")
-else
-    call s:initVariable("g:NERDTreeDirArrowExpandable", "+")
-    call s:initVariable("g:NERDTreeDirArrowCollapsible", "~")
-endif
+call s:initVariable("g:NERDTreeDirArrowExpandable", "+")
+call s:initVariable("g:NERDTreeDirArrowCollapsible", "~")
 call s:initVariable("g:NERDTreeCascadeOpenSingleChildDir", 1)
 
 if !exists("g:NERDTreeSortOrder")
