From e4db25d59f3d8303ccb54fb77ad7a926fbc7fe9c Mon Sep 17 00:00:00 2001 From: trevnels <25140503+trevnels@users.noreply.github.com> Date: Thu, 15 Feb 2024 16:37:39 -0500 Subject: [PATCH] remove fish greeting --- distrobox.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/distrobox.fish b/distrobox.fish index 21e4efd..a710632 100644 --- a/distrobox.fish +++ b/distrobox.fish @@ -3,5 +3,6 @@ alias ls="eza --icons" set -gx EDITOR "helix" set -gx XDG_CONFIG_HOME "$HOME/.cache-distrobox" +set -g fish_greeting starship init fish | source