My local repo of qmk firmware.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qmk_firmware/util/activate_msys2.sh

9 lines
124 B

#!/bin/bash
function export_variables {
local util_dir=~/qmk_utils
8 years ago
export PATH=$PATH:$util_dir
}
export_variables