1 parent b55c40c commit 6a41bedCopy full SHA for 6a41bed
1 file changed
.config/zsh/config/exports.zsh
@@ -69,6 +69,9 @@ if (command -v fzf &> /dev/null) {
69
# OpenCode
70
export OPENCODE_DISABLE_TERMINAL_TITLE='true'
71
72
+# QMK
73
+export QMK_HOME="$XDG_DATA_HOME/qmk-firmware"
74
+
75
# less
76
export LESS="\
77
--ignore-case \
0 commit comments