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; [
inputs.neovim-config.packages.${system}.default
starship
pass
kicad
devbox
nix-prefetch-git

View file

@ -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