From e514cc46d844474b7efa261ec50ff0a0f52df279 Mon Sep 17 00:00:00 2001 From: Jan Ehrhardt Date: Mon, 6 Oct 2025 16:48:03 +0200 Subject: [PATCH] Clean up config.fish Signed-off-by: Jan Ehrhardt --- dot_config/private_fish/config.fish.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_config/private_fish/config.fish.tmpl b/dot_config/private_fish/config.fish.tmpl index a8db05e..28ac5a2 100644 --- a/dot_config/private_fish/config.fish.tmpl +++ b/dot_config/private_fish/config.fish.tmpl @@ -3,7 +3,7 @@ if status is-interactive set -gx EDITOR nvim - {{ if eq .chezmoi.os "linux" }}source "$HOME/.cargo/env.fish"{{ end }} + source "$HOME/.cargo/env.fish" atuin init fish | source mise activate fish | source zoxide init fish | source -- 2.51.2