Use same zsh theme everywhere, it's the best one anyway
This commit is contained in:
parent
76e6ca1291
commit
a7b91014c8
4 changed files with 2 additions and 3 deletions
|
@ -39,7 +39,6 @@
|
|||
|
||||
# Rebuild this entire system
|
||||
programs.zsh = {
|
||||
oh-my-zsh.theme = "agnoster"; # risto for VM, half-life for Server
|
||||
shellAliases = let
|
||||
auth = import ./common/auth.nix;
|
||||
in {
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
|
||||
# Rebuild this entire system
|
||||
programs.zsh = {
|
||||
oh-my-zsh.theme = "half-life";
|
||||
shellAliases = let
|
||||
auth = import ./common/auth.nix;
|
||||
in {
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
syntaxHighlighting.enable = true;
|
||||
oh-my-zsh = {
|
||||
enable = true;
|
||||
theme = "agnoster";
|
||||
plugins = ["git"];
|
||||
};
|
||||
shellAliases = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue