From 6dced577c84e1dc8d88d0ac3847ccb73b837e1c9 Mon Sep 17 00:00:00 2001 From: David JENNI <3200210+davidjenni@users.noreply.github.com> Date: Mon, 7 Apr 2025 10:50:51 -0700 Subject: [PATCH 1/2] no longer show neofetch on linux/macOS logins --- fish/config.fish | 7 ------- 1 file changed, 7 deletions(-) diff --git a/fish/config.fish b/fish/config.fish index 9056d2b..227d99d 100644 --- a/fish/config.fish +++ b/fish/config.fish @@ -73,10 +73,3 @@ if command -s starship > /dev/null bind --user -M insert \r transient_execute end -if status is-login - if command -q neofetch - neofetch - else - uptime - end -end From 501aba2c655b454c587113c6c93ba488ddefc37f Mon Sep 17 00:00:00 2001 From: "davidjen@DAVIDJEN-DEV" Date: Mon, 7 Apr 2025 10:52:54 -0700 Subject: [PATCH 2/2] no longer install neofetch on linux/macOS --- bootstrap.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index 3f61bfa..ecf17de 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -119,7 +119,6 @@ function installApps { helix less lua-language-server - neofetch neovim ripgrep starship