experimenting with zsh instead of fish
This commit is contained in:
parent
27b9d71a4e
commit
b80e1e3945
4 changed files with 54 additions and 1 deletions
|
|
@ -28,6 +28,11 @@
|
|||
starship
|
||||
tmux
|
||||
];
|
||||
programs.zoxide = {
|
||||
enable = true;
|
||||
enableBashIntegration = true;
|
||||
enableZshIntegration = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue