Skip to content
This repository has been archived by the owner on Oct 12, 2021. It is now read-only.

Commit

Permalink
Use Starship shell
Browse files Browse the repository at this point in the history
  • Loading branch information
lucperkins committed Jul 9, 2020
1 parent 5276e3b commit 23fbd3f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ in {
rustup
shards
skaffold
starship
terraform
tilt
tokei
Expand Down
2 changes: 2 additions & 0 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ in {
if [ -e ~/.env ]; then
source ~/.env
fi
eval "$(starship init zsh)"
'';

oh-my-zsh = {
Expand Down

0 comments on commit 23fbd3f

Please sign in to comment.