mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
Add env module
This commit is contained in:
@@ -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
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user