mirror of
https://github.com/kastdeur/dotfiles.git
synced 2025-06-01 20:09:13 +02:00
Moved bash/main into scriptlets. Added to main bashrc
This commit is contained in:
parent
7a82ebe7f1
commit
811a903869
6 changed files with 7 additions and 5 deletions
|
@ -67,7 +67,9 @@ function __prompt_command() {
|
|||
PS1+="@"
|
||||
|
||||
if color ; then
|
||||
if [[ $HOSTNAME == 'lilo'* ]]; then
|
||||
if [[ $HOSTNAME == 'fatserf' ]]; then
|
||||
PS1+="${Pur}\H${RCol}"
|
||||
elif [[ $HOSTNAME == 'lilo'* ]]; then
|
||||
PS1+="${BWhi}\H${RCol}"
|
||||
elif [[ $HOSTNAME == 'hg'* ]]; then
|
||||
PS1+="${BRed}\H${RCol}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue