mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-21 22:03:19 +01:00
minor
This commit is contained in:
parent
226bd947cb
commit
f21376fd3e
@ -57,7 +57,12 @@ in
|
|||||||
|
|
||||||
oh-my-zsh = {
|
oh-my-zsh = {
|
||||||
enable = true;
|
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 = "robbyrussell";
|
||||||
theme = "agnoster";
|
theme = "agnoster";
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user