shell . --login
#5490
Replies: 2 comments 1 reply
|
kitty is not a shell, but a terminal emulator.
What you really need is to provide the You should configure the option for the shell you are using, for example |
1 reply
|
shell /bin/bash --login
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Endeavour OS.
I need to run kitty with --login. Searching
kitty.conffor login makes this seem easy enough to accomplish but whatever I type into the config makes kitty crash. I've triedshell . --loginshell /usr/bin/kitty --loginshell /bin/kitty --loginNone of these work, and so I'm out of ideas. How can I accomplish this?
All reactions