tarjoilija/zgen

Sourcing zgen launches multiple zsh login ttys

fruser opened this issue · 0 comments

I've noticed that source "${HOME}/.zgen/zgen.zsh" launches multiple login ttys on my machine:

❯ ps
  PID TTY           TIME CMD
 2239 ttys001    0:00.02 /Applications/iTerm.app/Contents/MacOS/iTerm2 --server /usr/bin/login -fpl username /Applications/iTerm.app/
 2241 ttys001    0:00.78 /usr/local/bin/zsh -l
 2853 ttys002    0:00.02 /usr/local/bin/zsh -l

is that normal?