Skip to content

Instantly share code, notes, and snippets.

@crazyoptimist
Created March 14, 2024 07:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save crazyoptimist/9ef7450c5a79409a0db24740dc9855c2 to your computer and use it in GitHub Desktop.
Save crazyoptimist/9ef7450c5a79409a0db24740dc9855c2 to your computer and use it in GitHub Desktop.
Minimal Bash Prompt
# new line + workdir + $
export PS1="\n\w $ "
export PROMPT_DIRTRIM=2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment