diff --git a/pkgs/zsh.nix b/pkgs/zsh.nix index f4e94d9..9623297 100644 --- a/pkgs/zsh.nix +++ b/pkgs/zsh.nix @@ -28,7 +28,5 @@ custom = "/home/horseman/nix-config/pkgs/zsh/"; theme = "jonathan"; }; - - shellInit = "if [[ $(tty) == \"/dev/tty\"* ]]; then; bash; fi"; }; }