diff --git a/bash_it.sh b/bash_it.sh index 0416306f..21445034 100755 --- a/bash_it.sh +++ b/bash_it.sh @@ -71,7 +71,7 @@ done unset config_file if [[ $PROMPT ]]; then - export PS1=$PROMPT + export PS1="\["$PROMPT"\]" fi # Adding Support for other OSes