diff --git a/brave-flags.conf b/brave-flags.conf index 3ebea30..b1ec5ea 100644 --- a/brave-flags.conf +++ b/brave-flags.conf @@ -1,2 +1,4 @@ --enable-features=AcceleratedVideoDecodeLinuxGL +--ignore-gpu-blocklist +--enable-zero-copy diff --git a/fish/config.fish b/fish/config.fish index ae09684..14093dc 100644 --- a/fish/config.fish +++ b/fish/config.fish @@ -6,5 +6,9 @@ source /usr/share/cachyos-fish-config/cachyos-config.fish # # smth smth #end -fish_add_path /home/buymymojo/bin -fish_add_path /home/buymymojo/.cargo/bin +# pnpm +set -gx PNPM_HOME "/home/buymymojo/.local/share/pnpm" +if not string match -q -- $PNPM_HOME $PATH + set -gx PATH "$PNPM_HOME" $PATH +end +# pnpm end