zsh fix
This commit is contained in:
parent
e38981769b
commit
fb97e39468
2 changed files with 2 additions and 1 deletions
|
@ -4,5 +4,6 @@
|
|||
./desktop.nix
|
||||
./terminal.nix
|
||||
./neovim.nix
|
||||
./zsh.nix
|
||||
];
|
||||
}
|
||||
|
|
|
@ -51,7 +51,7 @@ in with lib; {
|
|||
cbr = "cargo build --release";
|
||||
|
||||
# fucking around
|
||||
= "nvim";
|
||||
"" = "nvim";
|
||||
};
|
||||
oh-my-zsh = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue