-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2409cce
commit 88a5d29
Showing
4 changed files
with
1 addition
and
154 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
104 changes: 0 additions & 104 deletions
104
dot_config/oh-my-posh/themes/powerlevel10k_modern.omp.json
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
# ~/.config/powershell/Microsoft.PowerShell_profile.ps1: executed by the PowerShell console host on startup. | ||
|
||
oh-my-posh init pwsh --config "$env:POSH_THEMES_PATH/powerlevel10k_modern.omp.json" | Invoke-Expression | ||
oh-my-posh init pwsh --config "$env:HOME/.cache/oh-my-posh/themes/powerlevel10k_modern.omp.json" | Invoke-Expression |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1 @@ | ||
# ~/.config/powershell/profile.ps1: executed by all PowerShell hosts on startup. | ||
|
||
$env:POSH_THEMES_PATH="$HOME/.config/oh-my-posh/themes" |