mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-17 09:16:11 +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
|
||||
/// directory. Ghostty ships with a multitude of themes that will be installed
|
||||
/// into this directory. On macOS, this directory is the `Ghostty.app/Contents/
|
||||
/// Resources/ghostty/themes`. On Linux, this directory is the `share/ghostty/
|
||||
/// themes` (wherever you installed the Ghostty "share" directory). If you're
|
||||
/// running Ghostty from the source, this is the `zig-out/share/ghostty/themes`
|
||||
/// directory.
|
||||
/// into this directory. On macOS, this directory is the
|
||||
/// `Ghostty.app/Contents/Resources/ghostty/themes`. On Linux, this directory
|
||||
/// is the `share/ghostty/themes` (wherever you installed the Ghostty "share"
|
||||
/// directory). If you're running Ghostty from the source, this is the
|
||||
/// `zig-out/share/ghostty/themes` directory.
|
||||
///
|
||||
/// You can also set the `GHOSTTY_RESOURCES_DIR` environment variable to point
|
||||
/// to the resources directory.
|
||||
|
@ -351,10 +351,10 @@ const c = @cImport({
|
||||
///
|
||||
/// The second directory is the `themes` subdirectory of the Ghostty resources
|
||||
/// 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/
|
||||
/// Resources/ghostty/themes` directory. On Linux, this list is in the `share/
|
||||
/// ghostty/themes` directory (wherever you installed the Ghostty "share"
|
||||
/// directory.
|
||||
/// into this directory. On macOS, this list is in the
|
||||
/// `Ghostty.app/Contents/Resources/ghostty/themes` directory. On Linux, this
|
||||
/// list is in the `share/ghostty/themes` directory (wherever you installed the
|
||||
/// Ghostty "share" directory.
|
||||
///
|
||||
/// To see a list of available themes, run `ghostty +list-themes`.
|
||||
///
|
||||
|
Reference in New Issue
Block a user