back to zsh
This commit is contained in:
parent
7ac853ab56
commit
7592ee3f2f
@ -17,40 +17,24 @@
|
|||||||
};
|
};
|
||||||
tmux.enable = true;
|
tmux.enable = true;
|
||||||
starship.enable = true;
|
starship.enable = true;
|
||||||
nushell = {
|
zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
shellAliases = {
|
autosuggestion.enable = true;
|
||||||
cat = "bat";
|
enableCompletion = true;
|
||||||
};
|
syntaxHighlighting.enable = true;
|
||||||
extraConfig = ''
|
autocd = true;
|
||||||
$env.config = {
|
plugins = [
|
||||||
show_banner: false,
|
{
|
||||||
|
name = "zsh-nix-shell";
|
||||||
|
file = "nix-shell.plugin.zsh";
|
||||||
|
src = pkgs.fetchFromGitHub {
|
||||||
|
owner = "chisui";
|
||||||
|
repo = "zsh-nix-shell";
|
||||||
|
rev = "v0.8.0";
|
||||||
|
sha256 = "1lzrn0n4fxfcgg65v0qhnj7wnybybqzs4adz7xsrkgmcsr0ii8b7";
|
||||||
|
};
|
||||||
}
|
}
|
||||||
'';
|
];
|
||||||
};
|
};
|
||||||
carapace = {
|
|
||||||
enable = true;
|
|
||||||
enableNushellIntegration = true;
|
|
||||||
};
|
|
||||||
bat.enable = true;
|
|
||||||
# zsh = {
|
|
||||||
# enable = true;
|
|
||||||
# autosuggestion.enable = true;
|
|
||||||
# enableCompletion = true;
|
|
||||||
# syntaxHighlighting.enable = true;
|
|
||||||
# autocd = true;
|
|
||||||
# plugins = [
|
|
||||||
# {
|
|
||||||
# name = "zsh-nix-shell";
|
|
||||||
# file = "nix-shell.plugin.zsh";
|
|
||||||
# src = pkgs.fetchFromGitHub {
|
|
||||||
# owner = "chisui";
|
|
||||||
# repo = "zsh-nix-shell";
|
|
||||||
# rev = "v0.8.0";
|
|
||||||
# sha256 = "1lzrn0n4fxfcgg65v0qhnj7wnybybqzs4adz7xsrkgmcsr0ii8b7";
|
|
||||||
# };
|
|
||||||
# }
|
|
||||||
# ];
|
|
||||||
# };
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user