2025-03-17_auto-backup_tracked
This commit is contained in:
@@ -9,7 +9,8 @@ include "%L"
|
||||
<Multi_key> <p> <i> : "π" U03C0 # GREEK SMALL LETTER PI
|
||||
<Multi_key> <s> <i> <g> : "σ" U03C3 # GREEK SMALL LETTER SIGMA
|
||||
<Multi_key> <t> <a> <u> : "τ" U03C4 # GREEK SMALL LETTER TAU
|
||||
<Multi_key> <p> <h> <i> : "φ" U03C6 # GREEK PHI SYMBOL
|
||||
<Multi_key> <p> <h> <i> : "φ" U03C6 # GREEK SMALL LETTER PHI
|
||||
<Multi_key> <p> <s> <i> : "ψ" U03C8 # GREEK SMALL LETTER PSI
|
||||
<Multi_key> <o> <m> <e> : "ω" U02C9 # GREEK SMALL LETTER OMEGA
|
||||
|
||||
# greek alphabet capital
|
||||
@@ -22,6 +23,7 @@ include "%L"
|
||||
<Multi_key> <S> <I> <G> : "∑" U03A3 # GREEK CAPITAL LETTER SIGMA
|
||||
<Multi_key> <T> <A> <U> : "Τ" U03A4 # GREEK CAPITAL LETTER TAU
|
||||
<Multi_key> <P> <H> <I> : "Φ" U03A6 # GREEK CAPITAL LETTER PHI
|
||||
<Multi_key> <P> <S> <I> : "Ψ" U03A8 # GREEK CAPITAL LETTER PSI
|
||||
<Multi_key> <O> <M> <E> : "Ω" U03A9 # GREEK CAPITAL LETTER OMEGA
|
||||
|
||||
# misc mathematical symbols
|
||||
|
||||
1
.bashrc
1
.bashrc
@@ -21,6 +21,7 @@ PS1="$PS1"'\[\033[01;93m\]$(__git_ps1)' # github branch
|
||||
PS1="$PS1"'\[\033[00m\]\$ ' # shell sign
|
||||
|
||||
export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01' # coloured GCC warnings and errors
|
||||
eval "$(_AUTO_CPUFREQ_COMPLETE=bash_source auto-cpufreq)"
|
||||
|
||||
#
|
||||
# aliases
|
||||
|
||||
@@ -11,3 +11,9 @@ enable_audio_bell no
|
||||
map ctrl+tab send_text all \x1b[1;5I
|
||||
map ctrl+shift+tab send_text all \x1b[1;6I
|
||||
|
||||
# BEGIN_KITTY_FONTS
|
||||
font_family family="JetBrainsMonoNL Nerd Font Mono"
|
||||
bold_font auto
|
||||
italic_font auto
|
||||
bold_italic_font auto
|
||||
# END_KITTY_FONTS
|
||||
|
||||
Submodule .config/nvim updated: 2b35f8f458...e7b484285d
@@ -1,5 +1,5 @@
|
||||
[user]
|
||||
name = unset
|
||||
name = Quinn
|
||||
email = quinnthepigeon@gmail.com
|
||||
mail = unset
|
||||
signingkey = .ssh/github.pub
|
||||
|
||||
Reference in New Issue
Block a user