Add env module

This commit is contained in:
2018-04-24 11:35:11 +01:00
parent f509bdbd43
commit e30c612e59
2 changed files with 24 additions and 0 deletions

View File

@@ -4,6 +4,13 @@
hs.hotkey.bind({'cmd', 'alt', 'ctrl'}, 'R', hs.reload)
hs.hotkey.bind({'cmd', 'alt', 'ctrl'}, 'C', hs.toggleConsole)
--------------------------------------------------------------------------------
-- Environment
--------------------------------------------------------------------------------
local env = require('env')
env:init()
--------------------------------------------------------------------------------
-- Set Hammerspoon options
--------------------------------------------------------------------------------