mirror of
https://github.com/kastdeur/dotfiles.git
synced 2024-12-22 01:03:35 +01:00
Bash maclean hostname and tmux lilo hostname file sourced
This commit is contained in:
parent
cc8ca493c8
commit
90d61159a6
1 changed files with 1 additions and 0 deletions
|
@ -68,6 +68,7 @@ function __prompt_command() {
|
||||||
|
|
||||||
if color ; then
|
if color ; then
|
||||||
case "$HOSTNAME" in
|
case "$HOSTNAME" in
|
||||||
|
'maclean') PS1+="${IGre}\H${RCol}";;
|
||||||
'beatmaker') PS1+="${Gre}\H${RCol}";;
|
'beatmaker') PS1+="${Gre}\H${RCol}";;
|
||||||
'fatserf') PS1+="${Pur}\H${RCol}";;
|
'fatserf') PS1+="${Pur}\H${RCol}";;
|
||||||
'lilo'*) PS1+="${BWhi}\H${RCol}";;
|
'lilo'*) PS1+="${BWhi}\H${RCol}";;
|
||||||
|
|
Loading…
Reference in a new issue