From 006ae159713d6b58252534188f84d4f20f500554 Mon Sep 17 00:00:00 2001 From: traxys Date: Sun, 4 Jun 2023 10:56:15 +0200 Subject: [PATCH] minimal: Load zpty module for zsh --- minimal/hm.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/minimal/hm.nix b/minimal/hm.nix index f5cddc8..1da262c 100644 --- a/minimal/hm.nix +++ b/minimal/hm.nix @@ -161,6 +161,8 @@ print -Pn "\e]0;$(whoami)@$(hostname):$dir\a" } + zmodload zsh/zpty + ${pkgs.fortune}/bin/fortune \ | ${pkgs.cowsay}/bin/cowsay \ | ${pkgs.dotacat}/bin/dotacat