Created
March 14, 2024 07:39
-
-
Save crazyoptimist/9ef7450c5a79409a0db24740dc9855c2 to your computer and use it in GitHub Desktop.
Minimal Bash Prompt
This file contains hidden or 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
# 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