nix/shell/zsh: enable omz...
... to easy navigate by history
This commit is contained in:
parent
1cb87da3e4
commit
99fe4bf4d0
1 changed files with 2 additions and 2 deletions
|
@ -35,8 +35,8 @@ in
|
|||
};
|
||||
|
||||
oh-my-zsh = {
|
||||
enable = !config.shell.prompt.starship.enable;
|
||||
theme = "robbyrussell";
|
||||
enable = true;
|
||||
theme = mkIf config.shell.prompt.starship.enable "robbyrussell";
|
||||
};
|
||||
|
||||
initExtraFirst = ''
|
||||
|
|
Loading…
Reference in a new issue