From 075c429dee716b0efdecbd0de873641ebd0f6b47 Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Tue, 6 Jan 2026 12:42:40 -0500 Subject: [PATCH] Fix fish shell completions --- home.nix | 10 ++++++---- hosts/zelus.nix | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/home.nix b/home.nix index 94b73ec..3c2ef26 100644 --- a/home.nix +++ b/home.nix @@ -138,12 +138,14 @@ in set -x PATH $PATH $GOBIN source $HOME/work.fish - - atuin init fish | source - helm completion fish | source - kubectl completion fish | source # ''; + shellInit = '' + atuin init fish | source + helm completion fish | source + kubectl completion fish | source + ''; + shellAliases = { ".." = "cd .."; g = "git"; diff --git a/hosts/zelus.nix b/hosts/zelus.nix index f126ad0..b920460 100644 --- a/hosts/zelus.nix +++ b/hosts/zelus.nix @@ -112,7 +112,7 @@ "stats" "steam" "taskexplorer" - "tailscale" + "tailscale-app" "vlc" "whisky" "zed"