Okay this should work, I was confused before
This commit is contained in:
parent
e39e1efe9d
commit
9dfb72cf6a
|
@ -18,7 +18,7 @@
|
||||||
programs.zsh = {
|
programs.zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
cd = "zoxide";
|
cd = "z";
|
||||||
};
|
};
|
||||||
plugins = [
|
plugins = [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue