Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

frozen if source ~/.bashrc #6674

Open
konosubakonoakua opened this issue Apr 7, 2025 · 0 comments
Open

frozen if source ~/.bashrc #6674

konosubakonoakua opened this issue Apr 7, 2025 · 0 comments
Labels
🐛 bug Something isn't working as expected.

Comments

@konosubakonoakua
Copy link

konosubakonoakua commented Apr 7, 2025

Bug Report

Current Behavior

frozen if try to source ~/.bashrc in a terminal.
ctrl-c has no response, I can only reopen a new terminal

Expected Behavior

Additional context/Screenshots

Possible Solution

Remove eval "$(starship init bash)", I can source again.

Environment

  • Starship version: starship 1.22.1
  • Shell type: bash
  • Shell version: GNU bash, version 5.2.15(1)-release (aarch64-unknown-linux-gnu)
  • Shell plugin manager: N/A
  • Terminal emulator: N/A
  • Operating system: Linux impcas-blm-test 5.10.0-xilinx-v2021.1 Add cross-platform CI #1 SMP Fri Jun 4 15:57:16 UTC 2021 aarch64 GNU/Linux (debian12 rootfs)

Relevant Shell Configuration

export LANG=en_US.UTF-8
export LC_ALL=en_US.UTF-8

alias ll='ls -alF'
alias la='ls -A'
alias l='ls -CF'

alias rm='rm -i'
alias mv='mv -i'

EPICS_MAJOR_VERSION=3
export EPICS_BASE=/root/epics/base
if [ "$EPICS_MAJOR_VERSION" = "3" ]; then
    export EPICS_HOST_ARCH=linux-arm
elif [ "$EPICS_MAJOR_VERSION" = "7" ]; then
    export EPICS_HOST_ARCH=linux-aarch64
fi
# export EPICS_CA_ADDR_LIST=192.168.173.3
# export EPICS_CA_AUTO_ADDR_LIST=NO
export EPICS_CA_MAX_ARRAY_BYTES=40000000
export PATH=$EPICS_BASE/bin/$EPICS_HOST_ARCH:$PATH

export PYEPICS_LIBCA=/root/epics/base/lib/$EPICS_HOST_ARCH/libca.so

export PATH="/root/.local/bin:$PATH"
eval "$(fzf --bash)"
export _ZO_DOCTOR=0
eval "$(zoxide init bash)"
# eval "$(starship init bash)"

Starship Configuration

# Your configuration here
@konosubakonoakua konosubakonoakua added the 🐛 bug Something isn't working as expected. label Apr 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working as expected.
Projects
None yet
Development

No branches or pull requests

1 participant