diff --git a/.zshrc b/.zshrc
index fd771cbb95ee42ce908a60cb2822a61213f4a54f..25d28664e92967d91afab8a7fc53588310bfbb41 100644
--- a/.zshrc
+++ b/.zshrc
@@ -177,8 +177,9 @@ alias vc='code' # gui code editor
 
 eval "$(zoxide init zsh)"
 
+fastfetch -c ~/smallfetch.jsonc
 alias smallfetch="fastfetch -c ~/smallfetch.jsonc"
-smallfetch
+#smallfetch
 fortune -s -n 100 -o
 
 export PATH=$PATH:/home/joshr/.spicetify
@@ -188,3 +189,6 @@ alias fucking='sudo' # because its funny
 alias archbtw='clear;neofetch'
 alias baseddino="fortune -s -n 150 -o | cowsay -f stegosaurus"
 
+#eval "$(zellij setup --generate-auto-start zsh)"
+
+export MANPAGER='nvim +Man!'