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