1
0
Fork 0
mirror of https://github.com/kastdeur/dotfiles.git synced 2024-12-22 01:03:35 +01:00

SSH Config should only be user-readable, name change from beatmaker to blacksmith

This commit is contained in:
Eric Teunis de Boone 2017-08-26 13:27:14 +02:00
parent fa14ce130a
commit ecd9e69323

View file

@ -76,7 +76,7 @@ function __prompt_command() {
case "$HOSTNAME" in case "$HOSTNAME" in
'maclean') PS1+="${IGre}\H${RCol}";; 'maclean') PS1+="${IGre}\H${RCol}";;
'beatmaker') PS1+="${Gre}\H${RCol}";; 'beatmaker') PS1+="${Gre}\H${RCol}";;
'beatmachine') PS1+="${Blu}\H${RCol}";; 'blacksmith'|'beatmachine') PS1+="${Blu}\H${RCol}";;
'fatserf') PS1+="${Pur}\H${RCol}";; 'fatserf') PS1+="${Pur}\H${RCol}";;
'lilo'*) PS1+="${BWhi}\H${RCol}";; 'lilo'*) PS1+="${BWhi}\H${RCol}";;
'hg'*) PS1+="${BRed}\H${RCol}";; 'hg'*) PS1+="${BRed}\H${RCol}";;