mirror of
https://git.adityakumar.xyz/nix-conf.git
synced 2024-11-09 23:49:43 +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;
|
||||
bashrcExtra = ''
|
||||
. ~/.bashrc
|
||||
eval "$(starship init bash)"
|
||||
eval "$(direnv hook bash)"
|
||||
'';
|
||||
};
|
||||
|
@ -86,6 +87,7 @@
|
|||
};
|
||||
initExtra = ''
|
||||
eval "$(direnv hook zsh)"
|
||||
eval "$(starship init zsh)"
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue