Suppose that powers-beyond-your-control set your hostname to something like b12ed7860b3a
So your prompt looks like:
~ user@b12ed7860b3a
Could you add a away to, instead of using the hostname auto-variable, use a host nickname dictionary to translate the actual hostname to a user's preference.
For example (in pseudo-code):
# Read in aliases (HostDict)
source ~/.host-alias
if $HOSTNAME in HostDict:
NICEHOST = HostDict[$HOSTNAME]
HOSTPROMPT=$NICEHOST
else
HOSTPROMPT=%H
fi
PROMPT=%u@$HOSTPROMPT
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too