Skip to content

Commit

Permalink
change to normal bash 02
Browse files Browse the repository at this point in the history
  • Loading branch information
Barnabe committed Nov 28, 2024
1 parent f4f8bc6 commit c75e5ef
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions usr/share/biglinux/bash-config/bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -184,10 +184,5 @@ if [[ ${BLE_VERSION-} ]]; then
_ble_contrib_fzf_base=/usr/share/fzf/
fi
else
if [ "$color_prompt" = yes ]; then
PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '
else
PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ '
fi
unset color_prompt force_color_prompt
PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '
fi

0 comments on commit c75e5ef

Please sign in to comment.