mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-06 16:05:05 +02:00
ssh kitten: Run bash as a login shell
This fell through the cracks in the rewrite for automatic shell integration. Fixes #5130
This commit is contained in:
@@ -125,7 +125,7 @@ exec_bash_with_integration() {
|
||||
export HISTFILE="$HOME/.bash_history"
|
||||
export KITTY_BASH_UNEXPORT_HISTFILE="1"
|
||||
fi
|
||||
exec "$login_shell" "--posix"
|
||||
exec "$login_shell" "--login" "--posix"
|
||||
}
|
||||
|
||||
exec_with_shell_integration() {
|
||||
|
||||
Reference in New Issue
Block a user