I am trying to move from zsh to using cl-repl full-time, but have run into one issue. I do not use a display manager to login and instead have a simple .login script that I use to start my graphical session after logging in at the TTY. I know I can do this in my .replrc, but I would rather not have it pop-up every time I login in. Is there any chance of supporting a .login file?
I am trying to move from
zsh
to usingcl-repl
full-time, but have run into one issue. I do not use a display manager to login and instead have a simple .login script that I use to start my graphical session after logging in at the TTY. I know I can do this in my.replrc
, but I would rather not have it pop-up every time I login in. Is there any chance of supporting a.login
file?