Initial commit
This commit is contained in:
9
home/shells/zsh/aliases.nix
Normal file
9
home/shells/zsh/aliases.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
programs.zsh.shellAliases = {
|
||||
v = "nvim";
|
||||
c = "clear";
|
||||
cp = "cp -riv";
|
||||
|
||||
"nix-shell" = "nix-shell --command zsh";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user