chore: remove repetitive words

Signed-off-by: goodactive <goodactive@qq.com>
This commit is contained in:
goodactive 2024-04-19 18:29:06 +08:00
parent 7f61f1f9f3
commit 6ae24a8c8d
5 changed files with 5 additions and 5 deletions

View file

@ -60,7 +60,7 @@ if [[ -n "$KITTY_BASH_INJECT" ]]; then
else
if [[ "$kitty_bash_inject" != *"no-rc"* ]]; then
# Linux distros build bash with -DSYS_BASHRC. Unfortunately, there is
# no way to to probe bash for it and different distros use different files
# no way to probe bash for it and different distros use different files
# Arch, Debian, Ubuntu use /etc/bash.bashrc
# Fedora uses /etc/bashrc sourced from ~/.bashrc instead of SYS_BASHRC
# Void Linux uses /etc/bash/bashrc