fix: Replace zsh specific with general shellAliases
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.zsh.shellAliases = {
|
home.shellAliases = {
|
||||||
cat = "bat";
|
cat = "bat";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.zsh.shellAliases = {
|
home.shellAliases = {
|
||||||
ls = "eza";
|
ls = "eza";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
enableZshIntegration = true;
|
enableZshIntegration = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.zsh.shellAliases = {
|
home.shellAliases = {
|
||||||
cd = "z";
|
cd = "z";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
programs.zsh.shellAliases = {
|
home.shellAliases = {
|
||||||
v = "nvim";
|
v = "nvim";
|
||||||
c = "clear";
|
c = "clear";
|
||||||
cp = "cp -riv";
|
cp = "cp -riv";
|
||||||
|
|||||||
Reference in New Issue
Block a user