Last active
July 30, 2022 01:29
-
-
Save Iamanaws/eef1a56f213991a94eca50b2fd5f2436 to your computer and use it in GitHub Desktop.
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
# prompt | |
PS1='\n\[\033[01;34m\]\w\[\033[00m\] \n\$ ' # \[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\] \n\$ ' | |
# ${PWD#"${PWD%/*/*}/"} | |
PROMPT_DIRTRIM=2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment