qmk-dactyl-manuform-a/util/activate_msys2.sh

9 lines
124 B
Bash
Raw Normal View History

2017-07-11 16:55:03 +02:00
#!/bin/bash
function export_variables {
local util_dir=~/qmk_utils
2017-10-11 12:10:40 +02:00
export PATH=$PATH:$util_dir
2017-07-11 16:55:03 +02:00
}
export_variables