You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Bug Report
Current Behavior
frozen if try to
source ~/.bashrc
in a terminal.ctrl-c
has no response, I can only reopen a new terminalExpected Behavior
Additional context/Screenshots
Possible Solution
Remove
eval "$(starship init bash)"
, I can source again.Environment
starship 1.22.1
bash
GNU bash, version 5.2.15(1)-release (aarch64-unknown-linux-gnu)
Relevant Shell Configuration
Starship Configuration
# Your configuration here
The text was updated successfully, but these errors were encountered: