Highlight instructions

This commit is contained in:
Ajeet D'Souza 2024-02-22 23:47:39 +05:30 committed by GitHub
parent 418a78d348
commit 65941f60a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -196,7 +196,7 @@ zoxide can be installed in 4 easy steps:
<details> <details>
<summary>Bash</summary> <summary>Bash</summary>
> Add this to the **end** of your config file (usually `~/.bashrc`): > Add this to the <ins>**end**</ins> of your config file (usually `~/.bashrc`):
> >
> ```sh > ```sh
> eval "$(zoxide init bash)" > eval "$(zoxide init bash)"
@ -207,7 +207,7 @@ zoxide can be installed in 4 easy steps:
<details> <details>
<summary>Elvish</summary> <summary>Elvish</summary>
> Add this to the **end** of your config file (usually `~/.elvish/rc.elv`): > Add this to the <ins>**end**</ins> of your config file (usually `~/.elvish/rc.elv`):
> >
> ```sh > ```sh
> eval (zoxide init elvish | slurp) > eval (zoxide init elvish | slurp)
@ -221,7 +221,7 @@ zoxide can be installed in 4 easy steps:
<details> <details>
<summary>Fish</summary> <summary>Fish</summary>
> Add this to the **end** of your config file (usually > Add this to the <ins>**end**</ins> of your config file (usually
> `~/.config/fish/config.fish`): > `~/.config/fish/config.fish`):
> >
> ```fish > ```fish
@ -233,14 +233,14 @@ zoxide can be installed in 4 easy steps:
<details> <details>
<summary>Nushell</summary> <summary>Nushell</summary>
> Add this to the **end** of your env file (find it by running `$nu.env-path` > Add this to the <ins>**end**</ins> of your env file (find it by running `$nu.env-path`
> in Nushell): > in Nushell):
> >
> ```sh > ```sh
> zoxide init nushell | save -f ~/.zoxide.nu > zoxide init nushell | save -f ~/.zoxide.nu
> ``` > ```
> >
> Now, add this to the **end** of your config file (find it by running > Now, add this to the <ins>**end**</ins> of your config file (find it by running
> `$nu.config-path` in Nushell): > `$nu.config-path` in Nushell):
> >
> ```sh > ```sh
@ -255,7 +255,7 @@ zoxide can be installed in 4 easy steps:
<details> <details>
<summary>PowerShell</summary> <summary>PowerShell</summary>
> Add this to the **end** of your config file (find it by running > Add this to the <ins>**end**</ins> of your config file (find it by running
> `echo $profile` in PowerShell): > `echo $profile` in PowerShell):
> >
> ```powershell > ```powershell
@ -267,7 +267,7 @@ zoxide can be installed in 4 easy steps:
<details> <details>
<summary>Xonsh</summary> <summary>Xonsh</summary>
> Add this to the **end** of your config file (usually `~/.xonshrc`): > Add this to the <ins>**end**</ins> of your config file (usually `~/.xonshrc`):
> >
> ```python > ```python
> execx($(zoxide init xonsh), 'exec', __xonsh__.ctx, filename='zoxide') > execx($(zoxide init xonsh), 'exec', __xonsh__.ctx, filename='zoxide')
@ -278,7 +278,7 @@ zoxide can be installed in 4 easy steps:
<details> <details>
<summary>Zsh</summary> <summary>Zsh</summary>
> Add this to the **end** of your config file (usually `~/.zshrc`): > Add this to the <ins>**end**</ins> of your config file (usually `~/.zshrc`):
> >
> ```sh > ```sh
> eval "$(zoxide init zsh)" > eval "$(zoxide init zsh)"
@ -293,7 +293,7 @@ zoxide can be installed in 4 easy steps:
<details> <details>
<summary>Any POSIX shell</summary> <summary>Any POSIX shell</summary>
> Add this to the **end** of your config file: > Add this to the <ins>**end**</ins> of your config file:
> >
> ```sh > ```sh
> eval "$(zoxide init posix --hook prompt)" > eval "$(zoxide init posix --hook prompt)"