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 = {
|
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)\"";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue