mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-12-26 19:39:39 -08:00
parent
60ec1c6768
commit
8b5b8dac65
|
@ -90,7 +90,7 @@ Invoke Oh My Posh in `.zshrc` and add the following line below:
|
|||
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>
|
||||
</Tabs>
|
||||
|
|
|
@ -108,7 +108,7 @@ Invoke Oh My Posh in `.zshrc` and add the following line below:
|
|||
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>
|
||||
</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.
|
||||
|
||||
```bash
|
||||
. ~/.zshrc
|
||||
exec zsh
|
||||
```
|
||||
|
||||
</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.
|
||||
|
||||
```bash
|
||||
. ~/.bashrc
|
||||
exec bash
|
||||
```
|
||||
|
||||
</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.
|
||||
|
||||
```bash
|
||||
. ~/.bashrc
|
||||
exec bash
|
||||
```
|
||||
|
||||
Or, when using `~/.profile`.
|
||||
|
|
Loading…
Reference in a new issue