mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-03-05 20:49:04 -08:00
parent
60ec1c6768
commit
8b5b8dac65
|
@ -90,7 +90,7 @@ Invoke Oh My Posh in `.zshrc` and add the following line below:
|
||||||
enable_poshtooltips
|
enable_poshtooltips
|
||||||
```
|
```
|
||||||
|
|
||||||
Restart your shell or reload `.zshrc` using `source ~/.zshrc` for the changes to take effect.
|
Restart your shell or reload `.zshrc` using `exec zsh` for the changes to take effect.
|
||||||
|
|
||||||
</TabItem>
|
</TabItem>
|
||||||
</Tabs>
|
</Tabs>
|
||||||
|
|
|
@ -108,7 +108,7 @@ Invoke Oh My Posh in `.zshrc` and add the following line below:
|
||||||
enable_poshtransientprompt
|
enable_poshtransientprompt
|
||||||
```
|
```
|
||||||
|
|
||||||
Restart your shell or reload `.zshrc` using `source ~/.zshrc` for the changes to take effect.
|
Restart your shell or reload `.zshrc` using `exec zsh` for the changes to take effect.
|
||||||
|
|
||||||
</TabItem>
|
</TabItem>
|
||||||
</Tabs>
|
</Tabs>
|
||||||
|
|
|
@ -39,7 +39,7 @@ eval "$(oh-my-posh --init --shell zsh --config '~/.mytheme.omp.json')"
|
||||||
When adjusted, reload your profile for the changes to take effect.
|
When adjusted, reload your profile for the changes to take effect.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
. ~/.zshrc
|
exec zsh
|
||||||
```
|
```
|
||||||
|
|
||||||
</TabItem>
|
</TabItem>
|
||||||
|
@ -58,7 +58,7 @@ eval "$(oh-my-posh --init --shell bash --config '~/.mytheme.omp.json')"
|
||||||
When adjusted, reload your profile for the changes to take effect.
|
When adjusted, reload your profile for the changes to take effect.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
. ~/.bashrc
|
exec bash
|
||||||
```
|
```
|
||||||
|
|
||||||
</TabItem>
|
</TabItem>
|
||||||
|
|
|
@ -97,7 +97,7 @@ eval "$(oh-my-posh --init --shell bash --config https://raw.githubusercontent.co
|
||||||
Once added, reload your profile for the changes to take effect.
|
Once added, reload your profile for the changes to take effect.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
. ~/.bashrc
|
exec bash
|
||||||
```
|
```
|
||||||
|
|
||||||
Or, when using `~/.profile`.
|
Or, when using `~/.profile`.
|
||||||
|
|
Loading…
Reference in a new issue