1
0
Fork 0
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:
Eric Teunis de Boone 2016-10-07 11:27:54 +02:00
parent cc8ca493c8
commit 90d61159a6

View file

@ -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}";;