From bfe8211264e220a1e9649e3ca32c270e65dd7974 Mon Sep 17 00:00:00 2001 From: Andre Ramnitz Date: Wed, 11 Sep 2024 00:30:17 +0200 Subject: [PATCH] fish: use starship as default prompt --- config/dot-config/fish/config.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/config/dot-config/fish/config.fish b/config/dot-config/fish/config.fish index c3af4922..d01569bc 100644 --- a/config/dot-config/fish/config.fish +++ b/config/dot-config/fish/config.fish @@ -28,3 +28,4 @@ end source ~/.config/fish/functions/eza-aliases.fish fish_add_path /home/andy/.spicetify +source (/usr/bin/starship init fish --print-full-init | psub) -- 2.51.2