This commit is contained in:
Daniel Langbein 2023-08-28 19:33:33 +02:00
parent 226bd947cb
commit f21376fd3e

View File

@ -57,7 +57,12 @@ in
oh-my-zsh = {
enable = true;
plugins = [ "git" "sudo" ];
plugins = [
# Provides many aliases and a few useful functions.
#"git"
# Easily prefix your current or previous commands with sudo by pressing `esc` twice.
#"sudo"
];
#theme = "robbyrussell";
theme = "agnoster";
};