From 7d4a9987a01bdfc8b8e8b3d51a4958a8217f6b41 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Tue, 24 May 2022 08:36:43 -0500 Subject: [PATCH] update omp theme link --- pwsh/Microsoft.PowerShell_profile.ps1 | 2 +- zsh/.zshrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pwsh/Microsoft.PowerShell_profile.ps1 b/pwsh/Microsoft.PowerShell_profile.ps1 index 073d8e4..b85f828 100644 --- a/pwsh/Microsoft.PowerShell_profile.ps1 +++ b/pwsh/Microsoft.PowerShell_profile.ps1 @@ -1,2 +1,2 @@ -oh-my-posh init pwsh --config https://raw.githubusercontent.com/jbowdre/config/main/vpotato.minimal.omp.json | Invoke-Expression +oh-my-posh init pwsh --config https://raw.githubusercontent.com/jbowdre/dotfiles/main/oh-my-posh/vpotato.minimal.omp.json | Invoke-Expression Enable-PoshTransientPrompt diff --git a/zsh/.zshrc b/zsh/.zshrc index 5580449..7cb0556 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -17,6 +17,6 @@ compinit alias ssh="TERM=xterm ssh" # Shell initializations -eval "$(oh-my-posh init zsh --config 'https://raw.githubusercontent.com/jbowdre/config/main/vpotato.minimal.omp.json')" +eval "$(oh-my-posh init zsh --config 'https://raw.githubusercontent.com/jbowdre/dotfiles/main/oh-my-posh/vpotato.minimal.omp.json')" enable_poshtransientprompt eval "$(mcfly init zsh)"