diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc
index c3fac8a3..42ed35b9 100644
--- a/.config/zsh/.zshrc
+++ b/.config/zsh/.zshrc
@@ -88,7 +88,7 @@ bindkey '^o' _lfcd
 
 lg () {
   lazygit
-  clear
+  tput cuu1;tput el
 }
 
 _lazygit () {