Skip to content

Commit

Permalink
fix: starship now builds correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
work-in-progress-danny committed Apr 21, 2022
1 parent a27e2ec commit cd2a60b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .config/nixpkgs/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
# languages
cargo
yarn
starship
];

# This value determines the Home Manager release that your
Expand Down
2 changes: 1 addition & 1 deletion .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ if [ -e ~/.nix-profile/etc/profile.d/nix.sh ]; then . ~/.nix-profile/etc/profil
export NIX_PATH=$HOME/.nix-defexpr/channels:/nix/var/nix/profiles/per-user/root/channels${NIX_PATH:+:$NIX_PATH}

eval "$(direnv hook zsh)"
eval "$(starship init zsh)"
eval "$(~/.nix-profile/bin/starship init zsh)"

0 comments on commit cd2a60b

Please sign in to comment.