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"