some updates
This commit is contained in:
parent
db319ed5af
commit
6e8014e0b5
13 changed files with 153 additions and 14 deletions
|
|
@ -61,7 +61,10 @@
|
|||
|
||||
oh-my-zsh = {
|
||||
enable = true;
|
||||
plugins = ["git"];
|
||||
plugins = [
|
||||
"git"
|
||||
"copyfile"
|
||||
];
|
||||
theme = "robbyrussell";
|
||||
};
|
||||
|
||||
|
|
@ -69,7 +72,6 @@
|
|||
size = 10000;
|
||||
path = "${config.xdg.dataHome}/zsh/history";
|
||||
};
|
||||
initExtra = ''
|
||||
'';
|
||||
initExtra = '''';
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue