Skip to content

Commit

Permalink
starship is broken in hm
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunsingh committed Nov 25, 2023
1 parent 4c873a2 commit 160bca8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/shared/home-manager/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@

starship = {
enable = true;
enableFishIntegration = false;
settings = {
scan_timeout = 10;
# prompt
Expand Down Expand Up @@ -121,6 +122,11 @@
};
fish = {
enable = true;
interactiveShellInit = ''
if test "$TERM" != "dumb"
eval (${pkgs.starship}/bin/starship init fish)
end
'';
shellAliases = {
":q" = "exit";
git-rebase = "git rebase -i HEAD~2";
Expand Down

0 comments on commit 160bca8

Please sign in to comment.