new(pwsh): add YAZI_FILE_ONE env var to detect file
This commit is contained in:
parent
81e57446de
commit
54a9cdfca2
1 changed files with 2 additions and 0 deletions
|
@ -164,6 +164,8 @@ $env:LESS = "-i -M -R -S -W -z-4 -x4"
|
||||||
$env:JL_SYSIMG_PATH = "$HOME/dotfiles/julia-sysimages"
|
$env:JL_SYSIMG_PATH = "$HOME/dotfiles/julia-sysimages"
|
||||||
$env:JL_SYSIMG_PLT = "$HOME/dotfiles/julia-sysimages/sys-plotsmakie.so"
|
$env:JL_SYSIMG_PLT = "$HOME/dotfiles/julia-sysimages/sys-plotsmakie.so"
|
||||||
$env:JL_SYSIMG_ETC = "$HOME/dotfiles/julia-sysimages/sys-etc.so"
|
$env:JL_SYSIMG_ETC = "$HOME/dotfiles/julia-sysimages/sys-etc.so"
|
||||||
|
# yazi file
|
||||||
|
$env:YAZI_FILE_ONE = "C:\Program Files\Git\usr\bin\file.exe"
|
||||||
|
|
||||||
|
|
||||||
# ==============================================================
|
# ==============================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue