os-config: remove setfont from zsh
This commit is contained in:
parent
b014b62c60
commit
353bc71e19
|
@ -11,12 +11,6 @@ in
|
|||
enable = true;
|
||||
enableGlobalCompInit=false;
|
||||
interactiveShellInit = ''
|
||||
${ lib.optionalString (config.console.font != null)
|
||||
''if [[ $(${pkgs.coreutils}/bin/echo $TTY | ${pkgs.gnugrep}/bin/grep "/dev/tty") ]] && [[ "$TERM" == "linux" ]]; then
|
||||
setfont ${config.console.font}
|
||||
fi''
|
||||
}
|
||||
|
||||
if [[ ''${__MATERUS_HM_ZSH:-0} == 0 ]]; then
|
||||
source ${pkgs.grml-zsh-config}/etc/zsh/zshrc
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue