add starship
This commit is contained in:
parent
c0e0516c04
commit
a8e13877f4
2 changed files with 5 additions and 2 deletions
|
|
@ -34,6 +34,8 @@
|
|||
|
||||
packages = with pkgs; [
|
||||
inputs.neovim-config.packages.${system}.default
|
||||
starship
|
||||
pass
|
||||
kicad
|
||||
devbox
|
||||
nix-prefetch-git
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue