You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@maxdevjs
It is not necessary to set XDG_CONFIG_HOME explicitly, the default value is $HOME/.config.
$XDG_CONFIG_HOME defines the base directory relative to which user-specific configuration files should be stored. If $XDG_CONFIG_HOME is either not set or empty, a default equal to $HOME/.config should be used.
Issue
In the hyper.is website, when opened on a macOS m1(monterey), the configuration section shows
But the .hyper.js file in the ~/Library/Application Support/Hyper/.hyper.js is never read.
Only the ~/.hyper.js file works.
Taking a look at the code at tag 3.2.3
hyper/app/config/paths.ts
Lines 12 to 19 in ef5419b
The user directory does point to mac.
Does the website need to update the documentation or the code require a change to match the documentation?
The text was updated successfully, but these errors were encountered: