diff --git a/PS1.sh b/PS1.sh index 9d2c818..af933c9 100644 --- a/PS1.sh +++ b/PS1.sh @@ -1,3 +1,3 @@ #!/bin/sh -export PS1="\[$(tput sgr0)\]\[\033[38;5;6m\][\[$(tput sgr0)\]\[\033[38;5;10m\]\u\[$(tput sgr0)\]\[\033[38;5;39m\]@\[$(tput sgr0)\]\[\033[38;5;10m\]$HOSTNAME\[$(tput sgr0)\]\[\033[38;5;11m\]:\[$(tput sgr0)\]\[\033[38;5;25m\]\w\[$(tput sgr0)\]\[\033[38;5;6m\]]\[\033[38;5;11m\]🐧 \[$(tput sgr0)\]\[$(tput sgr0)\]" \ No newline at end of file +export PS1="\[$(tput sgr0)\]\e[1m\[\033[38;5;6m\][\[$(tput sgr0)\]\e[1m\[\033[38;5;10m\]\u\[$(tput sgr0)\]\e[1m\[\033[38;5;39m\]@\[$(tput sgr0)\e[1m\]\[\033[38;5;10m\]$HOSTNAME\[$(tput sgr0)\]\e[1m\[\033[38;5;11m\]:\[$(tput sgr0)\]\e[1m\[\033[38;5;25m\]\w\[$(tput sgr0)\]\e[1m\[\033[38;5;6m\]]\[$(tput sgr0)\]\[\033[38;5;11m\]🐧 \[$(tput sgr0)\]" \ No newline at end of file