Remove theme and add stuff for zoxide
This commit is contained in:
parent
bec8e11067
commit
17c818b7d8
|
@ -51,7 +51,10 @@
|
|||
"isodate"
|
||||
"z"
|
||||
];
|
||||
theme = "catppuccin-macchiato";
|
||||
};
|
||||
# stuff for zoxide
|
||||
initExtra = ''
|
||||
eval "$(zoxide init --cmd cd zsh)"
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue