diff --git a/autoload/startify.vim b/autoload/startify.vim
index 90b58cf..e58d6db 100644
--- a/autoload/startify.vim
+++ b/autoload/startify.vim
@@ -149,6 +149,7 @@ function! startify#insane_in_the_membrane(on_vimenter) abort
   autocmd startify CursorMoved <buffer> call s:set_cursor()
 
   silent! %foldopen!
+  normal! zb
   set filetype=startify
 
   if exists('##DirChanged')