mirror of
https://git.adityakumar.xyz/nix-conf.git
synced 2024-11-14 00:59:44 +00:00
add starship shell hook
This commit is contained in:
parent
add88f5cdb
commit
fb2b719126
1 changed files with 2 additions and 0 deletions
2
home.nix
2
home.nix
|
@ -69,6 +69,7 @@
|
||||||
enable = false;
|
enable = false;
|
||||||
bashrcExtra = ''
|
bashrcExtra = ''
|
||||||
. ~/.bashrc
|
. ~/.bashrc
|
||||||
|
eval "$(starship init bash)"
|
||||||
eval "$(direnv hook bash)"
|
eval "$(direnv hook bash)"
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
@ -86,6 +87,7 @@
|
||||||
};
|
};
|
||||||
initExtra = ''
|
initExtra = ''
|
||||||
eval "$(direnv hook zsh)"
|
eval "$(direnv hook zsh)"
|
||||||
|
eval "$(starship init zsh)"
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue