mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-17 05:54:59 +02:00
Implement an option to control the installation of the kitty bootstrap script
This commit is contained in:
@@ -106,6 +106,8 @@ untar_and_read_env() {
|
||||
unset KITTY_LOGIN_SHELL
|
||||
login_cwd="$KITTY_LOGIN_CWD"
|
||||
unset KITTY_LOGIN_CWD
|
||||
kitty_remote="$KITTY_REMOTE"
|
||||
unset KITTY_REMOTE
|
||||
compile_terminfo "$tdir/home"
|
||||
mv_files_and_dirs "$tdir/home" "$HOME"
|
||||
[ -e "$tdir/root" ] && mv_files_and_dirs "$tdir/root" ""
|
||||
|
||||
Reference in New Issue
Block a user