10 lines
132 B
Nix
10 lines
132 B
Nix
{
|
|
home.shellAliases = {
|
|
v = "nvim";
|
|
c = "clear";
|
|
cp = "cp -riv";
|
|
|
|
"nix-shell" = "nix-shell --command zsh";
|
|
};
|
|
}
|