10 lines
192 B
Nix
Executable File
10 lines
192 B
Nix
Executable File
{
|
|
enable = true;
|
|
enableCompletion = true;
|
|
autosuggestion.enable = true;
|
|
envExtra = ''
|
|
. "$HOME/.rokit/env"
|
|
eval "$(oh-my-posh init zsh -c ~/.config/ohmyposh/zen.toml)"
|
|
'';
|
|
}
|