Okay this should work, I was confused before

This commit is contained in:
Lillian Violet 2024-03-04 16:26:40 +01:00
parent e39e1efe9d
commit 9dfb72cf6a

View file

@ -18,7 +18,7 @@
programs.zsh = { programs.zsh = {
enable = true; enable = true;
shellAliases = { shellAliases = {
cd = "zoxide"; cd = "z";
}; };
plugins = [ plugins = [
{ {