update
This commit is contained in:
parent
d58b7b64cc
commit
d7f391317e
2 changed files with 2 additions and 1 deletions
2
.bashrc
2
.bashrc
|
|
@ -15,7 +15,7 @@ export SSH_ASKPASS=/usr/bin/ksshaskpass
|
||||||
export SSH_ASKPASS_REQUIRE=prefer
|
export SSH_ASKPASS_REQUIRE=prefer
|
||||||
alias gemma='ollama run gemma3:12b-it-qat'
|
alias gemma='ollama run gemma3:12b-it-qat'
|
||||||
alias get_idf='. $HOME/src/esp-idf/export.sh'
|
alias get_idf='. $HOME/src/esp-idf/export.sh'
|
||||||
. ~/export-esp.sh
|
alias export_esp='. ~/export-esp.sh'
|
||||||
|
|
||||||
echo "You are not here to produce."
|
echo "You are not here to produce."
|
||||||
echo "You are here to witness."
|
echo "You are here to witness."
|
||||||
|
|
|
||||||
1
ghostty
1
ghostty
|
|
@ -3,3 +3,4 @@ confirm-close-surface = always
|
||||||
theme = Gruvbox Dark
|
theme = Gruvbox Dark
|
||||||
font-family = FiraCode Nerd Font
|
font-family = FiraCode Nerd Font
|
||||||
font-size = 13
|
font-size = 13
|
||||||
|
copy-on-select = false
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue