Skip to content

Commit

Permalink
multiline PS1
Browse files Browse the repository at this point in the history
  • Loading branch information
EnigmaCurry committed May 21, 2024
1 parent a71c7a2 commit 94d1d1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ fi)'
fi
USER_PS1=${BIPurple}${Username}'@'${ShortHost}${Color_Off}
PATH_PS1='|'${BWhite}${PathShort}${Color_Off}
export PS1='['${USER_PS1}${GIT_PS1}${DOCKER_PS1}${PATH_PS1}'] $ '
export PS1='['${USER_PS1}${GIT_PS1}${DOCKER_PS1}${PATH_PS1}']\n$ '
}
ps1_generator && unset -f ps1_generator

Expand Down

0 comments on commit 94d1d1d

Please sign in to comment.