mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-03 22:25:57 +00:00
Use the official project name of Bash
This commit is contained in:
parent
741ef7f115
commit
3d7b3f7d72
2 changed files with 2 additions and 2 deletions
|
|
@ -41,7 +41,7 @@ _ksi_main() {
|
|||
_ksi_safe_source "$KITTY_BASH_POSIX_ENV" && builtin export ENV="$KITTY_BASH_POSIX_ENV";
|
||||
else
|
||||
builtin set +o posix;
|
||||
# See run_startup_files() in shell.c in the BASH source code
|
||||
# See run_startup_files() in shell.c in the Bash source code
|
||||
if builtin shopt -q login_shell; then
|
||||
if [[ "$KITTY_BASH_INJECT" != *"no-profile"* ]]; then
|
||||
_ksi_safe_source "$KITTY_BASH_ETC_LOCATION/profile";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue