diff --git a/docs/docs/installation.mdx b/docs/docs/installation.mdx index 0db14410..491dd504 100644 --- a/docs/docs/installation.mdx +++ b/docs/docs/installation.mdx @@ -200,6 +200,12 @@ Edit `$PROFILE` in your preferred PowerShell version and add the following lines Set-Item -Path Function:prompt -Value $Prompt -Force ``` +Once added, reload your profile for the changes to take effect. + +```powershell +. $profile +``` + @@ -224,6 +230,12 @@ if [ "$TERM" != "linux" ]; then fi ``` +Once added, reload your profile for the changes to take effect. + +```shell +source ~/.zshrc +``` + @@ -239,6 +251,18 @@ if [ "$TERM" != "linux" ] && [ -x "$(command -v oh-my-posh)" ]; then fi ``` +Once added, reload your profile for the changes to take effect. + +```bash +. ~/.bashrc +``` + +Or, when using `~/.profile`. + +```bash +. ~/.profile +``` + @@ -257,6 +281,12 @@ if [ "$IN_NIX_SHELL" == "pure" ]; then fi ``` +Once added, reload your profile for the changes to take effect. + +```bash +. ~/.bashrc +``` + @@ -268,6 +298,12 @@ function fish_prompt end ``` +Once added, reload your config for the changes to take effect. + +```bash +. ~/.config/fish/config.fish +``` + @@ -277,13 +313,13 @@ Set the prompt and restart nu shell: config set prompt "= `{{$(oh-my-posh -config ~/.poshthemes/jandedobbeleer.json | str collect)}}`" ``` +Restart nu shell for the changes to take effect. + ### 5. Profit -Restart your terminal and enjoy your upgraded experience. - 🎉🎉🎉 [wt]: https://github.com/microsoft/terminal