„PS1.sh“ hinzufügen
This commit is contained in:
parent
9be8590e93
commit
cb4627d7b1
1 changed files with 3 additions and 0 deletions
3
PS1.sh
Normal file
3
PS1.sh
Normal file
|
@ -0,0 +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)\]"
|
Loading…
Reference in a new issue