mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-11 02:29:55 +00:00
Now the kitten passes its script to /bin/sh and detects the login shell using various strategies based on the value of $USER on the remote machine. The strategies are tried one after another till one succeeds: 1) getent passwd $USER 2) id -P 3) python pwd module 4) parsing /etc/passwd The hope is that these strategies will fail on fewer systems than relying on the login shell being POSIX compliant. |
||
|---|---|---|
| .. | ||
| _static | ||
| _templates | ||
| kittens | ||
| screenshots | ||
| basic.rst | ||
| binary.rst | ||
| build.rst | ||
| changelog.rst | ||
| conf.py | ||
| conf.rst | ||
| faq.rst | ||
| graphics-protocol.rst | ||
| index.rst | ||
| installer.py | ||
| installer.sh | ||
| integrations.rst | ||
| invocation.rst | ||
| keyboard-protocol.rst | ||
| launch.rst | ||
| layouts.rst | ||
| Makefile | ||
| marks.rst | ||
| open_actions.rst | ||
| performance.rst | ||
| pipe.rst | ||
| protocol-extensions.rst | ||
| rc_protocol.rst | ||
| remote-control.rst | ||
| support.html | ||
| support.rst | ||