diff --git a/applications/fish b/applications/fish index f57e693..521a6e4 100644 --- a/applications/fish +++ b/applications/fish @@ -32,6 +32,9 @@ switch (uname) set -Ux _agw_dir_scripts ~/Scripts set -Ux _agw_dir_src ~/Sources case NetBSD + # Yes, these are *actually* needed. + set -gx CC cc + set -gx CXX c++ set -gx PATH $HOME/bin \ /usr/pkg/gcc8/bin \ /sbin \