mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2024-11-10 13:04:04 -08:00
parent
ebaa20ea3f
commit
a549cc87c6
|
@ -49,7 +49,7 @@ When adjusted, reload your profile for the changes to take effect.
|
|||
export_poshconfig "~/.mytheme.omp.json" json
|
||||
```
|
||||
|
||||
Once you're done editing, adjust `~/.bashrc` to use your newly created theme.
|
||||
Once you're done editing, adjust `~/.bashrc` (could be `~/.profile` or `~/.bash_profile` depending on your environment) to use your newly created theme.
|
||||
|
||||
```bash
|
||||
eval "$(oh-my-posh --init --shell bash --config '~/.mytheme.omp.json')"
|
||||
|
|
|
@ -53,7 +53,7 @@ source ~/.zshrc
|
|||
</TabItem>
|
||||
<TabItem value="bash">
|
||||
|
||||
Add the following to `~/.bashrc` (or `~/.profile` on MacOS):
|
||||
Add the following to `~/.bashrc` (could be `~/.profile` or `~/.bash_profile` depending on your environment):
|
||||
|
||||
```bash
|
||||
eval "$(oh-my-posh --init --shell bash --config ~/jandedobbeleer.omp.json)"
|
||||
|
|
Loading…
Reference in a new issue