Compare commits

...

2 commits

Author SHA1 Message Date
f6720c1249
feat(fish): add pnpm vars to fish config 2025-06-04 13:13:38 +10:00
548a34fceb
feat(brave): add more hardware decode flags 2025-06-04 13:13:38 +10:00
2 changed files with 8 additions and 2 deletions

View file

@ -1,2 +1,4 @@
--enable-features=AcceleratedVideoDecodeLinuxGL
--ignore-gpu-blocklist
--enable-zero-copy

View file

@ -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