Permanently Set Postgresql Schema Path

I need to set schema path in Postgres so that I don't every time specify schema dot table e.g. schema2.table. Set schema path: SET SCHEMA PATH a,b,c only seems to work for one query session on mac,