diff --git a/.bashrc b/.bashrc index 71b64fb..b4eb169 100644 --- a/.bashrc +++ b/.bashrc @@ -15,7 +15,7 @@ export SSH_ASKPASS=/usr/bin/ksshaskpass export SSH_ASKPASS_REQUIRE=prefer alias gemma='ollama run gemma3:12b-it-qat' 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 here to witness." diff --git a/ghostty b/ghostty index 7987fb1..9163888 100644 --- a/ghostty +++ b/ghostty @@ -3,3 +3,4 @@ confirm-close-surface = always theme = Gruvbox Dark font-family = FiraCode Nerd Font font-size = 13 +copy-on-select = false