1
0
Fork 0

.bashrc: add PS1

This commit is contained in:
Pratham Patel 2022-10-16 20:53:26 +05:30
parent df26739909
commit 41bd425999
1 changed files with 1 additions and 5 deletions

View File

@ -1,5 +1 @@
if [[ "$OSTYPE" == "freebsd"* ]]; then
echo "WIP: FreeBSD"
elif [[ "$OSTYPE" == "openbsd"* ]]; then
echo "WIP: OpenBSD"
fi
PS1="[\u@\h \W]\$"