add starship

This commit is contained in:
Glen Goodwin 2023-11-08 01:59:50 -05:00
parent c0e0516c04
commit a8e13877f4
2 changed files with 5 additions and 2 deletions

View file

@ -34,6 +34,8 @@
packages = with pkgs; [ packages = with pkgs; [
inputs.neovim-config.packages.${system}.default inputs.neovim-config.packages.${system}.default
starship
pass
kicad kicad
devbox devbox
nix-prefetch-git nix-prefetch-git

View file

@ -23,9 +23,10 @@
}; };
shellInit = '' # Zsh theme shellInit = '' # Zsh theme
eval "$(starship init zsh)"
# Spaceship # Spaceship
source ${pkgs.spaceship-prompt}/share/zsh/site-functions/prompt_spaceship_setup #source ${pkgs.spaceship-prompt}/share/zsh/site-functions/prompt_spaceship_setup
autoload -U promptinit; promptinit #autoload -U promptinit; promptinit
# Hook direnv # Hook direnv
#emulate zsh -c "$(direnv hook zsh)" #emulate zsh -c "$(direnv hook zsh)"
# Swag # Swag