added x11 fowarding enviroment

This commit is contained in:
unknown 2024-05-24 03:24:01 -07:00
parent 0a1de91df9
commit e53368ed9d

View File

@ -262,6 +262,9 @@ Set-PSReadLineOption -Colors @{
String = 'DarkCyan' String = 'DarkCyan'
} }
# Setting Enviroment for X11 Foward
$env:DISPLAY="127.0.0.1:0.0"
## Final Line to set prompt ## 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 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) { if (Get-Command zoxide -ErrorAction SilentlyContinue) {