Last active
November 2, 2021 10:35
-
-
Save ChrisVilches/2c3804aad615dba5fd60eba4e2073d97 to your computer and use it in GitHub Desktop.
Remove name in terminal (i.e. leave only the $)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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