Skip to content

Instantly share code, notes, and snippets.

View FateNozomi's full-sized avatar
🎯
Focusing

FateNozomi

🎯
Focusing
View GitHub Profile
{
"version": 1,
"notes": "",
"documentation": "\"This file is a QMK Configurator export. You can import this at <https://config.qmk.fm>. It can also be used directly with QMK's source code.\n\nTo setup your QMK environment check out the tutorial: <https://docs.qmk.fm/#/newbs>\n\nYou can convert this file to a keymap.c using this command: `qmk json2c {keymap}`\n\nYou can compile this keymap using this command: `qmk compile {keymap}`\"\n",
"keyboard": "keebio/iris/rev2",
"keymap": "fate",
"layout": "LAYOUT",
"layers": [
[
"KC_ESC",
# Change command prompt
if grep -qE "(Microsoft|WSL)" /proc/version &> /dev/null ; then
export PS1='\[\e]0;\u@\h: \w\a\]${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[36m\]$(__git_ps1)\[\033[00m\]\n\$ '
else
export PS1='\[\033]0;$PWD\007\]\[\033[32m\]\u@\h:\[\033[33m\]\w\[\033[36m\]`__git_ps1`\[\033[0m\]\n$ '
fi
# Set default editor
export EDITOR="vim"