Changed zsh theme from robbyrussell to agnoster
This commit is contained in:
parent
30dce3155c
commit
08587334dd
1 changed files with 1 additions and 4 deletions
|
|
@ -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)\"";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue