Skip to content

Commit

Permalink
back to sh for markup
Browse files Browse the repository at this point in the history
  • Loading branch information
windowsrefund committed Sep 25, 2024
1 parent c7c502c commit 311ce07
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ subcommand, source the generated file in your shell startup file (`*rc`)
and completions will exist for `tinty`. Have a look at the [README CLI
section] for more information about the command usage.

```shell
```sh
tinty generate-completion zsh > path/to/tinty-zsh-completion.sh
```

In your startup file (`*rc`) add the following:

```shell
```sh
source path/to/tinty-zsh-completion.sh
```

Expand Down Expand Up @@ -89,7 +89,7 @@ There is a workaround for this specific issue.

The following script does that. Add it to your shell startup file (`*rc`):

```shell
```sh
# Tinty isn't able to apply environment variables to your shell due to
# the way shell sub-processes work. This is a work around by running
# Tinty through a function and then executing the shell scripts.
Expand Down Expand Up @@ -137,7 +137,7 @@ Tinty will not apply it.
If everything works as expected, `tinty apply
base16-your-scheme-name.yaml` should apply your scheme.

```shell
```sh
mkdir "$(tinty config --data-dir-path)/custom-schemes/base16"
cp path/to/your/base16-your-scheme.yaml "$(tinty config --data-dir-path)/custom-schemes/base16/your-scheme.yaml"
tinty list --custom-schemes # Should show your scheme
Expand Down Expand Up @@ -445,7 +445,7 @@ ANSI colors to be used. The available `bat` theme names for this are
Set the alias in your `.*rc` file to make sure this is run by default
whenever `bat` is executed.

```shell
```sh
alias bat="bat --theme='base16-256'"
```

Expand Down

0 comments on commit 311ce07

Please sign in to comment.