feat(homes/rafiq): switch to fish shell

This commit is contained in:
Mohammad Rafiq 2025-07-02 17:48:27 +08:00
parent b9ad8ac2ca
commit 1f70a57e11
No known key found for this signature in database
3 changed files with 10 additions and 29 deletions

View file

@ -7,23 +7,8 @@ let
in
{
home.shell.enableShellIntegration = true;
#TODO: change to fish
home.sessionVariables.SHELL = "zsh";
programs.zsh = {
enable = true;
enableVteIntegration = true;
syntaxHighlighting.enable = true;
historySubstringSearch.enable = true;
history = {
append = true;
extended = true;
ignoreDups = true;
ignoreSpace = true;
save = 10000;
share = true;
size = 10000;
};
};
home.sessionVariables.SHELL = "fish";
programs.fish.enable = true;
programs.zsh.initContent =
mkOrder 1200
# zsh