updated zsh with devenv
This commit is contained in:
@@ -96,6 +96,7 @@ in
|
||||
env = {
|
||||
LANG = "en_US.UTF-8";
|
||||
COLORTERM = "truecolor";
|
||||
DEVENV_SHELL_TYPE = "zsh";
|
||||
};
|
||||
settings = {
|
||||
completion = {
|
||||
@@ -133,12 +134,15 @@ in
|
||||
|
||||
HOSTNAME=$(hostname -s)
|
||||
${aliasStr}
|
||||
|
||||
eval "$(devenv hook zsh)"
|
||||
'';
|
||||
extraPackages = with pkgs; [
|
||||
lazydocker
|
||||
lazygit
|
||||
lazydocker
|
||||
self'.packages.shell-tools
|
||||
self'.packages.neovim-min
|
||||
devenv
|
||||
];
|
||||
}).wrapper;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user