Changed zsh theme from robbyrussell to agnoster

This commit is contained in:
KoenDR06 2024-05-17 15:05:44 +02:00
parent 30dce3155c
commit 08587334dd

View file

@ -9,9 +9,6 @@
programs.zsh = { programs.zsh = {
enable = true; enable = true;
enableCompletion = true; enableCompletion = true;
autosuggestions.enable = true;
history.size = 10000;
shellAliases = { shellAliases = {
update = "sudo nixos-rebuild switch --flake"; update = "sudo nixos-rebuild switch --flake";
@ -22,7 +19,7 @@
ohMyZsh = { ohMyZsh = {
enable = true; enable = true;
plugins = ["git"]; plugins = ["git"];
theme = "robbyrussell"; theme = "agnoster";
}; };
shellInit = "eval \"$(zoxide init zsh --cmd cd)\""; shellInit = "eval \"$(zoxide init zsh --cmd cd)\"";