remove starship init and add zoxide flags

This commit is contained in:
2024-02-18 12:43:14 +05:30
parent 829f0cdcfe
commit 903979e1d4

View File

@ -9,13 +9,15 @@
syntaxHighlighting.enable = true; syntaxHighlighting.enable = true;
enableAutosuggestions = true; enableAutosuggestions = true;
initExtra = '' initExtra = ''
eval "$(starship init zsh)"
nitch nitch
export WINIT_X11_SCALE_FACTOR=1 export WINIT_X11_SCALE_FACTOR=1
''; '';
}; };
lazygit.enable = true; lazygit.enable = true;
zoxide.enable = true; zoxide = {
enable = true;
options = [ "--cmd cd" ];
};
ripgrep.enable = true; ripgrep.enable = true;
btop = { btop = {
enable = true; enable = true;