feat(zsh): set ${SHELL}
This commit is contained in:
parent
08c1b58a70
commit
88513f43ee
1 changed files with 7 additions and 0 deletions
|
@ -99,9 +99,16 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
# Zsh
|
# Zsh
|
||||||
|
home.sessionVariables = {
|
||||||
|
SHELL = "${pkgs.zsh}/bin/zsh";
|
||||||
|
};
|
||||||
|
|
||||||
programs.zsh = {
|
programs.zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
package = pkgs.zsh;
|
||||||
|
|
||||||
enableCompletion = true;
|
enableCompletion = true;
|
||||||
|
|
||||||
dotDir = ".config/zsh";
|
dotDir = ".config/zsh";
|
||||||
|
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
|
|
Loading…
Reference in a new issue