Compare commits
2 commits
c9bdc24bb8
...
f6720c1249
Author | SHA1 | Date | |
---|---|---|---|
f6720c1249 | |||
548a34fceb |
2 changed files with 8 additions and 2 deletions
|
@ -1,2 +1,4 @@
|
||||||
--enable-features=AcceleratedVideoDecodeLinuxGL
|
--enable-features=AcceleratedVideoDecodeLinuxGL
|
||||||
|
--ignore-gpu-blocklist
|
||||||
|
--enable-zero-copy
|
||||||
|
|
||||||
|
|
|
@ -6,5 +6,9 @@ source /usr/share/cachyos-fish-config/cachyos-config.fish
|
||||||
# # smth smth
|
# # smth smth
|
||||||
#end
|
#end
|
||||||
|
|
||||||
fish_add_path /home/buymymojo/bin
|
# pnpm
|
||||||
fish_add_path /home/buymymojo/.cargo/bin
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue