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; [
|
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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue