various changes to fish shell

This commit is contained in:
2025-06-24 21:43:22 +01:00
parent db8f9208b9
commit 8170d8333b
4 changed files with 123 additions and 74 deletions

View File

@@ -135,3 +135,17 @@ function steam_path_run
set -fx VKD3D_CONFIG "dxr"
gamemoderun ~/.steam/steam/steamapps/common/Proton\ -\ Experimental/proton run $argv[2]
end
function steam_go_to
cd "$HOME/.steam/steam/steamapps/compatdata/$argv[1]/pfx/drive_c"
end
function steam_path_run_8
set -fx STEAM_COMPAT_DATA_PATH "$HOME/.steam/steam/steamapps/compatdata/$argv[1]/"
set -fx STEAM_COMPAT_CLIENT_INSTALL_PATH "$HOME/.steam/steam/steamapps/compatdata/$argv[1]/pfx"
set -fx DXVK_ASYNC 1
set -fx PROTON_HIDE_NVIDIA_GPU 0
set -fx PROTON_ENABLE_NVAPI 1
set -fx VKD3D_CONFIG "dxr"
gamemoderun ~/.steam/steam/steamapps/common/Proton\ 8.0/proton run $argv[2]
end