-
Notifications
You must be signed in to change notification settings - Fork 149
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Jameica and J-Pilot, fix typo for Docker (#439)
* Add jameica * Add J-Pilot * Fix typo for Docker
- Loading branch information
1 parent
3d3deb9
commit 9a70024
Showing
3 changed files
with
26 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"name": "jameica", | ||
"files": [ | ||
{ | ||
"path": "$HOME/.jameica", | ||
"movable": true, | ||
"help": "The path to this directory can be adjusted freely inside _.jameica.properties_.\n" | ||
}, | ||
{ | ||
"path": "$HOME/.jameica.properties", | ||
"movable": false, | ||
"help": "Currently unsupported.\n" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"name": "jpilot", | ||
"files": [ | ||
{ | ||
"path": "$HOME/.jpilot", | ||
"movable": true, | ||
"help": "Export the following environment variables:\n\n```bash\nexport JPILOT_HOME=\"$XDG_DATA_HOME\"\n```\n" | ||
} | ||
] | ||
} |