Skip to content

Commit

Permalink
v2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcGueury committed May 21, 2024
1 parent 4340be4 commit d60ee8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basis/bin/auto_env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ if [ "$1" == "-no-auto" ]; then
fi

# Change the prompt
export PS1="\[\e[0;3m\${TF_VAR_prefix}\e[m \u@\h \W\]$ "
export PS1='[\[\e[0;3m\]\u@\h:\W\[\e[0m\]]$ '

# Silent mode (default is not silent)
if [ "$1" == "-silent" ]; then
Expand Down

0 comments on commit d60ee8b

Please sign in to comment.