Skip to content

Instantly share code, notes, and snippets.

@bodaso
Created January 9, 2019 20:07
Show Gist options
  • Save bodaso/372d92d5294ff9c30dbf6ecebc4a94a8 to your computer and use it in GitHub Desktop.
Save bodaso/372d92d5294ff9c30dbf6ecebc4a94a8 to your computer and use it in GitHub Desktop.
Minimal Bash shell prompt
# in ~/.bash_profile
# \W The basename of $PWD, with $HOME abbreviated with a tilde
# full list: https://www.gnu.org/software/bash/manual/html_node/Controlling-the-Prompt.html
export PS1="\W \$ "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment