Enable zoxide this way

This commit is contained in:
Lillian Violet 2024-03-04 16:20:07 +01:00
parent 9884ed23c1
commit 521d51b1ce
2 changed files with 4 additions and 4 deletions

View file

@ -54,10 +54,6 @@
# Enable completion of system packages by zsh
environment.pathsToLink = ["/share/zsh"];
environment.interactiveShellInit = ''
alias cd='z'
'';
users.mutableUsers = false;
users.users.root = {