add better ssh icon, now it a 🤖

This commit is contained in:
Jesse Hitch 2023-05-27 23:18:04 +02:00
parent 7de66cc40b
commit 3c5402d542

View file

@ -56,7 +56,7 @@ if [ -f "/.dockerenv" ]; then
fi
if [ ! -z $SSH_CLIENT ]; then
export CURRENT_SHELL_LOCATION="󰣀 "
export CURRENT_SHELL_LOCATION="🤖"
else
export CURRENT_SHELL_LOCATION="🏡"
fi