„PS1.sh“ ändern
This commit is contained in:
parent
cb4627d7b1
commit
865656809d
1 changed files with 1 additions and 1 deletions
2
PS1.sh
2
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)\]"
|
||||
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)\]"
|
Loading…
Reference in a new issue