We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c57e6b commit a3843bfCopy full SHA for a3843bf
patcher.sh
@@ -37,7 +37,7 @@ patch_mesa () {
37
38
GPU=$(lspci | grep -i '.* vga .* nvidia .*')
39
shopt -s nocasematch
40
-if [ "$SHELL" = "$(which fish)" ] || [ "$FISH_VERSION" ]; then
+if command -v fish &>/dev/null; then
41
if [[ $GPU == *' nvidia '* ]]; then
42
set -x --universal __GL_SHADER_DISK_CACHE_SIZE '12000000000'
43
echo "$SUCCESS"
0 commit comments