From e53368ed9d6d0499b9f9ac825063557b8efb4eb8 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 24 May 2024 03:24:01 -0700 Subject: [PATCH] added x11 fowarding enviroment --- pwsh/Microsoft.PowerShell_profile.ps1 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pwsh/Microsoft.PowerShell_profile.ps1 b/pwsh/Microsoft.PowerShell_profile.ps1 index f2bca15..8879452 100644 --- a/pwsh/Microsoft.PowerShell_profile.ps1 +++ b/pwsh/Microsoft.PowerShell_profile.ps1 @@ -262,6 +262,9 @@ Set-PSReadLineOption -Colors @{ String = 'DarkCyan' } +# Setting Enviroment for X11 Foward +$env:DISPLAY="127.0.0.1:0.0" + ## Final Line to set prompt oh-my-posh init pwsh --config https://raw.githubusercontent.com/rezzect/rezz-dotfiles/master/omp-themes/rezztheme-edit.omp.json | Invoke-Expression if (Get-Command zoxide -ErrorAction SilentlyContinue) {