DeltaLima-color-schemes/PS1.sh

3 lines
349 B
Bash
Raw Normal View History

2023-07-31 23:46:22 +02:00
#!/bin/sh
2023-08-01 00:05:20 +02:00
export PS1="\[$(tput sgr0)\]\[\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)\]\[\033[38;5;6m\]]\[$(tput sgr0)\]\[\033[38;5;11m\]🐧 \[$(tput sgr0)\]"