From: Andre Ramnitz Date: Thu, 18 Dec 2025 22:53:32 +0000 (+0100) Subject: fish: don't use hardcoded path on init X-Git-Url: https://git.ramnitz.eu/?a=commitdiff_plain;h=12f42ce778bde873f43ffcef9413f9ff4e8cbc4d;p=dotfiles.git fish: don't use hardcoded path on init --- diff --git a/dot-config/fish/config.fish b/dot-config/fish/config.fish index 959e1d77..14b88ac6 100644 --- a/dot-config/fish/config.fish +++ b/dot-config/fish/config.fish @@ -5,7 +5,7 @@ if status is-interactive source ~/.config/fish/functions/git-aliases.fish set EZA_COLORS "*.patch.skip=38;5;244" command -v fastfetch && command fastfetch -c ~/.config/fastfetch/default.jsonc - source (/usr/bin/starship init fish --print-full-init | psub) + source (starship init fish --print-full-init | psub) set -gx EDITOR 'kak' set -gx VISUAL 'kak' set -g fish_greeting