From 1f4f181b650a44af80e745fe83b88f58fc01ca4c Mon Sep 17 00:00:00 2001 From: Jan Ehrhardt <59441+jehrhardt@users.noreply.github.com> Date: Mon, 1 Dec 2025 22:02:47 +0100 Subject: [PATCH] Clean up --- README.md | 1 + dot_config/private_fish/config.fish.tmpl | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cac0bd2..d8d2e15 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,7 @@ brew install chezmoi \ starship \ zellij \ + fish \ eza \ zoxide \ atuin \ diff --git a/dot_config/private_fish/config.fish.tmpl b/dot_config/private_fish/config.fish.tmpl index 840f7b4..bed4893 100644 --- a/dot_config/private_fish/config.fish.tmpl +++ b/dot_config/private_fish/config.fish.tmpl @@ -8,9 +8,9 @@ if status is-interactive # Prepending path in case a system-installed rustc needs to be overridden set -x PATH "{cargo_bin}" $PATH end{{ end }} + chezmoi completion fish | source atuin init fish | source mise activate fish | source zoxide init fish | source - chezmoi completion fish | source starship init fish | source end -- 2.51.2