From f78a789c729439e796c9e978a399a489152d5cbb Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Wed, 15 Jul 2026 12:49:24 -0400 Subject: [PATCH] [ssh] Cleaning up --- emacs/.config/doom/init.el | 2 +- ssh/.ssh/config | 2 ++ zsh/.zshrc | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/emacs/.config/doom/init.el b/emacs/.config/doom/init.el index f9e30ef..2d7daef 100644 --- a/emacs/.config/doom/init.el +++ b/emacs/.config/doom/init.el @@ -32,7 +32,7 @@ doom ; what makes DOOM look the way it does doom-dashboard ; a nifty splash screen for Emacs ;;doom-quit ; DOOM quit-message prompts when you quit Emacs - (emoji +unicode) ; 🙂 + ;;(emoji +unicode) ; 🙂 hl-todo ; highlight TODO/FIXME/NOTE/DEPRECATED/HACK/REVIEW hydra ;;indent-guides ; highlighted indent columns diff --git a/ssh/.ssh/config b/ssh/.ssh/config index a421b77..8ad4a25 100644 --- a/ssh/.ssh/config +++ b/ssh/.ssh/config @@ -56,6 +56,8 @@ Host bt1.unbl.ink IdentityFile ~/.ssh/2022_h2_powellc User root +Host hungryroot.service mundilfari.service kari.service + User powellc # Inside our network, skip strict host key checking Host *.service diff --git a/zsh/.zshrc b/zsh/.zshrc index de7a697..2a30f1b 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -87,3 +87,4 @@ source "$HOME/.aliases" export PATH="$PATH:/home/powellc/.lmstudio/bin" # End of LM Studio CLI section +export OLLAMA_HOST=0.0.0.0