Skip to content

Commit

Permalink
fish: add more VST3_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
sentriz committed Jul 26, 2021
1 parent 73f938a commit e8ad578
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion conf_common/.config/fish/base.laptop.fish
Expand Up @@ -53,7 +53,9 @@ set -gx --path VST3_PATH \
'/usr/local/lib/vst3/' \
"$HOME/.local/lib/vst3" \
"$WINEPREFIX/drive_c/Program Files (x86)/Common Files/VST3" \
"$WINEPREFIX/drive_c/Program Files/Common Files/VST3"
"$WINEPREFIX/drive_c/Program Files/Common Files/VST3" \
"$WINEPREFIX/drive_c/Program Files (x86)/Common Files/vst3" \
"$WINEPREFIX/drive_c/Program Files/Common Files/vst3"

# gtk2/gtk3 theme
# also, gsettings commands parse these vars
Expand Down

0 comments on commit e8ad578

Please sign in to comment.