added x11 fowarding enviroment
This commit is contained in:
parent
0a1de91df9
commit
e53368ed9d
@ -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) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user