Skip to content

Commit

Permalink
add --noattach
Browse files Browse the repository at this point in the history
  • Loading branch information
bigbruno committed Dec 12, 2024
1 parent 60c1475 commit 36dafd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usr/share/biglinux/bash-config/bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ alias l='ls -CF' # Classify entries and display directories with trailing slas

# Load ble.sh for an enhanced interactive shell experience
if [[ -f /usr/share/blesh/ble.sh ]] && [[ ! -f ~/.bash-normal ]] && [[ $TERM != linux ]]; then
source /usr/share/blesh/ble.sh --rcfile /etc/bigblerc
source /usr/share/blesh/ble.sh --noattach --rcfile /etc/bigblerc

# ----- GRC-RS Configuration -----
# Enable colorized output for various commands
Expand Down

0 comments on commit 36dafd9

Please sign in to comment.