From a8e13877f422923b666f3e07c38e1406e5f495f9 Mon Sep 17 00:00:00 2001 From: Glen Goodwin Date: Wed, 8 Nov 2023 01:59:50 -0500 Subject: [PATCH] add starship --- hosts/home.nix | 2 ++ modules/shell/zsh.nix | 5 +++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/hosts/home.nix b/hosts/home.nix index 91d6f79..1e17f28 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -34,6 +34,8 @@ packages = with pkgs; [ inputs.neovim-config.packages.${system}.default + starship + pass kicad devbox nix-prefetch-git diff --git a/modules/shell/zsh.nix b/modules/shell/zsh.nix index 87a3efb..720d75c 100644 --- a/modules/shell/zsh.nix +++ b/modules/shell/zsh.nix @@ -23,9 +23,10 @@ }; shellInit = '' # Zsh theme + eval "$(starship init zsh)" # Spaceship - source ${pkgs.spaceship-prompt}/share/zsh/site-functions/prompt_spaceship_setup - autoload -U promptinit; promptinit + #source ${pkgs.spaceship-prompt}/share/zsh/site-functions/prompt_spaceship_setup + #autoload -U promptinit; promptinit # Hook direnv #emulate zsh -c "$(direnv hook zsh)" # Swag