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 = {
|
||||
enable = true;
|
||||
enableVteIntegration = true;
|
||||
prezto = {
|
||||
enable = true;
|
||||
};
|
||||
shellAliases = {
|
||||
gc = "git commit -v";
|
||||
ga = "git add";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue