mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-18 01:36:08 +03:00
Fix certain paths in the docs containing spaces when the shouldn't (#3276)
This addresses issue #3275
This commit is contained in:
@ -73,11 +73,11 @@ const ThemeListElement = struct {
|
|||||||
///
|
///
|
||||||
/// The second directory is the `themes` subdirectory of the Ghostty resources
|
/// The second directory is the `themes` subdirectory of the Ghostty resources
|
||||||
/// directory. Ghostty ships with a multitude of themes that will be installed
|
/// directory. Ghostty ships with a multitude of themes that will be installed
|
||||||
/// into this directory. On macOS, this directory is the `Ghostty.app/Contents/
|
/// into this directory. On macOS, this directory is the
|
||||||
/// Resources/ghostty/themes`. On Linux, this directory is the `share/ghostty/
|
/// `Ghostty.app/Contents/Resources/ghostty/themes`. On Linux, this directory
|
||||||
/// themes` (wherever you installed the Ghostty "share" directory). If you're
|
/// is the `share/ghostty/themes` (wherever you installed the Ghostty "share"
|
||||||
/// running Ghostty from the source, this is the `zig-out/share/ghostty/themes`
|
/// directory). If you're running Ghostty from the source, this is the
|
||||||
/// directory.
|
/// `zig-out/share/ghostty/themes` directory.
|
||||||
///
|
///
|
||||||
/// You can also set the `GHOSTTY_RESOURCES_DIR` environment variable to point
|
/// You can also set the `GHOSTTY_RESOURCES_DIR` environment variable to point
|
||||||
/// to the resources directory.
|
/// to the resources directory.
|
||||||
|
@ -351,10 +351,10 @@ const c = @cImport({
|
|||||||
///
|
///
|
||||||
/// The second directory is the `themes` subdirectory of the Ghostty resources
|
/// The second directory is the `themes` subdirectory of the Ghostty resources
|
||||||
/// directory. Ghostty ships with a multitude of themes that will be installed
|
/// directory. Ghostty ships with a multitude of themes that will be installed
|
||||||
/// into this directory. On macOS, this list is in the `Ghostty.app/Contents/
|
/// into this directory. On macOS, this list is in the
|
||||||
/// Resources/ghostty/themes` directory. On Linux, this list is in the `share/
|
/// `Ghostty.app/Contents/Resources/ghostty/themes` directory. On Linux, this
|
||||||
/// ghostty/themes` directory (wherever you installed the Ghostty "share"
|
/// list is in the `share/ghostty/themes` directory (wherever you installed the
|
||||||
/// directory.
|
/// Ghostty "share" directory.
|
||||||
///
|
///
|
||||||
/// To see a list of available themes, run `ghostty +list-themes`.
|
/// To see a list of available themes, run `ghostty +list-themes`.
|
||||||
///
|
///
|
||||||
|
Reference in New Issue
Block a user