Skip to content

Instantly share code, notes, and snippets.

@ChrisVilches
Last active November 2, 2021 10:35
Show Gist options
  • Save ChrisVilches/2c3804aad615dba5fd60eba4e2073d97 to your computer and use it in GitHub Desktop.
Save ChrisVilches/2c3804aad615dba5fd60eba4e2073d97 to your computer and use it in GitHub Desktop.
Remove name in terminal (i.e. leave only the $)
# Note: Execute directly on the terminal (it has no effect if it's inside a bash script)
export PS1="\$ "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment