Maybe this will alias it
This commit is contained in:
parent
521d51b1ce
commit
e39e1efe9d
|
@ -17,6 +17,9 @@
|
|||
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
shellAliases = {
|
||||
cd = "zoxide";
|
||||
};
|
||||
plugins = [
|
||||
{
|
||||
name = "zsh-nix-shell";
|
||||
|
|
Loading…
Reference in a new issue