opensteno_qmk/util/activate_msys2.sh

10 lines
178 B
Bash
Raw Normal View History

2017-07-11 14:55:03 +00:00
#!/bin/bash
function export_variables {
local util_dir=~/qmk_utils
2017-10-11 10:10:40 +00:00
export PATH=$PATH:$util_dir
2017-07-11 14:55:03 +00:00
export PATH=$PATH:$util_dir/gcc-arm-none-eabi/bin
}
export_variables