diff --git a/bash/.bashrc.d/prompt.sh b/bash/.bashrc.d/prompt.sh new file mode 100644 index 0000000..cfa01c3 --- /dev/null +++ b/bash/.bashrc.d/prompt.sh @@ -0,0 +1 @@ +export PS1="\[\e[1m\]\u@\h:\[\e[1;92m\]\w\[\e[1;0m\]$ "