zsh: enable fancy prezto config
This commit is contained in:
parent
45de086e18
commit
ff0688776f
1 changed files with 3 additions and 0 deletions
3
home.nix
3
home.nix
|
|
@ -45,6 +45,9 @@ in {
|
||||||
programs.zsh = {
|
programs.zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableVteIntegration = true;
|
enableVteIntegration = true;
|
||||||
|
prezto = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
gc = "git commit -v";
|
gc = "git commit -v";
|
||||||
ga = "git add";
|
ga = "git add";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue