Skip to content
Snippets Groups Projects
Commit de776e19 authored by Keegan Mullaney's avatar Keegan Mullaney
Browse files

add note to reopen terminal

changes to PS1 variable won't take effect until .bashrc is reloaded
parent d892cbac
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -242,6 +242,7 @@ qc_set_ps1() {
# success message
if [ $? -eq 0 ] && [ "$configured" -eq 0 ]; then
lkm_success "configured: $conf_file with custom PS1 variable"
echo "Close and reopen the terminal to see the new prompt string."
fi
 
# shellcheck disable=SC2034
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment