Fixed alias for zoxide
This commit is contained in:
@@ -2,4 +2,9 @@
|
|||||||
programs.zoxide = {
|
programs.zoxide = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
home.shellAliases = {
|
||||||
|
zd = "z";
|
||||||
|
zdi = "zi";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user