vercel / hyper

A terminal built on web technologies

Home Page:https://hyper.is

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Disabling the auto-deletion of legacy config on Windows

cmoore1776 opened this issue · comments

I am sharing my home directory across multiple different platforms (macOS, Linux, and Windows).

However, on Windows, Hyper deletes the ~/.hyper.js that is still in use by the other platforms (in favor of ~/AppData/Roaming/Hyper/.hyper.js).

I'm perfectly happy maintaining both config files, but is there a way to configure Hyper on Windows to just ignore (as in, do not delete) ~/.hyper.js?

Right now, I can't use Hyper on Windows without breaking my other platforms.

Thanks.