plugins: change location for local modules

This commit is contained in:
Guillermo Rauch 2016-07-08 14:25:45 -07:00
parent 1265528b13
commit d74f8ac1dc

View file

@ -15,7 +15,7 @@ const cache = new Config();
// modules path
const path = resolve(homedir(), '.hyperterm_modules');
const localPath = resolve(homedir(), '.hyperterm_local_modules');
const localPath = resolve(homedir(), '.hyperterm_modules', 'local');
// init plugin directories if not present
mkdirpSync(path);