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