From f3a5ea6a9c1428b508ad4f378ebacbc41578acb1 Mon Sep 17 00:00:00 2001 From: Patrick Fraley Date: Fri, 4 Jul 2025 09:24:22 +0200 Subject: [PATCH] git pull faster --- zsh/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index e1049ca..5cba241 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -119,7 +119,7 @@ eval "$(starship init zsh)" eval "$(atuin init zsh)" cd ~/.dotfiles -git pull +git pull & cd clear