From 6529472cad0b56f6b3b6e771271a5e06efa50050 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Thu, 23 Oct 2025 11:58:49 -0700 Subject: [PATCH] No output --- bin/omarchy-reinstall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/omarchy-reinstall b/bin/omarchy-reinstall index 679b14e1..04885732 100755 --- a/bin/omarchy-reinstall +++ b/bin/omarchy-reinstall @@ -17,7 +17,7 @@ if gum confirm "Are you sure you want to reinstall and lose all config changes?" echo "Resetting all Omarchy configs" cp -R ~/.local/share/omarchy/config/* ~/.config/ cp ~/.local/share/omarchy/default/bashrc ~/.bashrc - echo "[[ -f ~/.bashrc ]] && . ~/.bashrc" | tee ~/.bash_profile + echo '[[ -f ~/.bashrc ]] && . ~/.bashrc' | tee ~/.bash_profile >/dev/null # TODO: Should reset limine # TODO: Should reset plymouth