Setup WSL Host
This commit is contained in:
9
nix/users/luca/zsh.nix
Normal file
9
nix/users/luca/zsh.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
enable = true;
|
||||
enableCompletion = true;
|
||||
autosuggestion.enable = true;
|
||||
envExtra = ''
|
||||
. "$HOME/.rokit/env"
|
||||
eval "$(oh-my-posh init zsh -c ~/.config/ohmyposh/zen.toml)"
|
||||
'';
|
||||
}
|
||||
Reference in New Issue
Block a user