mirror of
https://github.com/vale981/tridactyl
synced 2025-03-06 01:51:40 -05:00
Merge pull request #1535 from hrubi/doc-tridactylrc-location
Fix tridactylrc location in documentation
This commit is contained in:
commit
7cfde2099b
1 changed files with 1 additions and 1 deletions
|
@ -647,7 +647,7 @@ export async function nativeinstall() {
|
|||
/**
|
||||
* Runs an RC file from disk.
|
||||
*
|
||||
* If no argument given, it will try to open ~/.tridactylrc, ~/.config/tridactylrc or $XDG_CONFIG_HOME/tridactyl/tridactylrc in reverse order. You may use a `_` in place of a leading `.` if you wish, e.g, if you use Windows.
|
||||
* If no argument given, it will try to open ~/.tridactylrc, ~/.config/tridactyl/tridactylrc or $XDG_CONFIG_HOME/tridactyl/tridactylrc in reverse order. You may use a `_` in place of a leading `.` if you wish, e.g, if you use Windows.
|
||||
*
|
||||
* On Windows, the `~` expands to `%USERPROFILE%`.
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue