zsh: Use grml config system wide

pull/48/head
Simon Bruder 2021-02-14 13:29:51 +01:00
parent e8a6110521
commit eb97e936ed
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
2 changed files with 1 additions and 3 deletions

View File

@ -77,6 +77,7 @@ in
# Set zsh as default shell
programs.zsh.enable = true;
users.defaultUserShell = pkgs.zsh;
environment.etc."zshrc.local".source = "${pkgs.grml-zsh-config}/etc/zsh/zshrc";
# command-not-found does not work without channels
programs.command-not-found.enable = false;

View File

@ -45,9 +45,6 @@ in
envExtra = ''
export _JAVA_OPTIONS="-Dawt.useSystemAAFontSettings=on"
'';
initExtraBeforeCompInit = ''
source ${pkgs.grml-zsh-config}/etc/zsh/zshrc
'';
initExtra = ''
eval $(${pkgs.coreutils}/bin/dircolors -b ${dircolors-solarized}/dircolors.ansi-universal)