mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-06-19 20:55:34 +00:00
9 lines
193 B
Fish
Executable file
9 lines
193 B
Fish
Executable file
#!/usr/bin/env fish
|
|
if command -q prime-run
|
|
set -lx __NV_PRIME_RENDER_OFFLOAD 1
|
|
set -lx __VK_LAYER_NV_optimus NVIDIA_only
|
|
/usr/bin/wezterm $argv
|
|
else
|
|
/usr/bin/wezterm $argv
|
|
end
|