From fb2b7191263752f60c054814daed3e77c451e3a3 Mon Sep 17 00:00:00 2001 From: Aditya Date: Tue, 27 Jun 2023 18:44:15 +0530 Subject: [PATCH] add starship shell hook --- home.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home.nix b/home.nix index 232b7c5..41623e1 100644 --- a/home.nix +++ b/home.nix @@ -69,6 +69,7 @@ enable = false; bashrcExtra = '' . ~/.bashrc + eval "$(starship init bash)" eval "$(direnv hook bash)" ''; }; @@ -86,6 +87,7 @@ }; initExtra = '' eval "$(direnv hook zsh)" + eval "$(starship init zsh)" ''; };