diff --git a/configurations/profile/os/shell/zsh.nix b/configurations/profile/os/shell/zsh.nix index f6d9739..89e7be0 100644 --- a/configurations/profile/os/shell/zsh.nix +++ b/configurations/profile/os/shell/zsh.nix @@ -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