Fix shell alias in zoxide.nix syntax
This commit is contained in:
@@ -7,6 +7,6 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
home.shellAliases = {
|
home.shellAliases = {
|
||||||
cd = "z"
|
cd = "z";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user