curusarn / resh

RESH ❯❯ Contextual shell history for zsh and bash
MIT License
1.01k stars 19 forks source link

Use machine-id instead of hostname to distinguish machines #147

Closed curusarn closed 1 year ago

curusarn commented 4 years ago

Issue

It seems that hostname of a machine can change when you use a VPN (confirmed on MacOS)

Solution

Use machine-id to distinguish different machines and only use hostname in the UI.

curusarn commented 1 year ago

Fixed in #184