From 7f0f2c733a7f3afdca6ace775664df7c2d2a4775 Mon Sep 17 00:00:00 2001 From: liv Date: Mon, 6 May 2024 14:49:16 +0200 Subject: [PATCH] add ghcup to path --- dot_config/fish/config.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/dot_config/fish/config.fish b/dot_config/fish/config.fish index 00dcc0f..2238f66 100644 --- a/dot_config/fish/config.fish +++ b/dot_config/fish/config.fish @@ -23,6 +23,7 @@ setpath ~/.rbenv/shims setpath ~/.rbenv/bin setpath ~/.pyenv/shims setpath ~/.cargo/bin +setpath ~/.ghcup/bin setpath ~/.local/bin setpath ~/.local/bin/elixir-ls setpath ~/.rye/shims