From e37027af8eacce75ace87661d6b5f634f71bab6f Mon Sep 17 00:00:00 2001 From: wooshings Date: Thu, 10 Sep 2026 13:02:38 -0700 Subject: [PATCH] more --- helix/.config/helix/config.toml | 1 + zsh/.zshrc | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/helix/.config/helix/config.toml b/helix/.config/helix/config.toml index f314663..4906cbd 100644 --- a/helix/.config/helix/config.toml +++ b/helix/.config/helix/config.toml @@ -4,6 +4,7 @@ theme = "catppuccin_mocha" line-number = "relative" mouse = false color-modes = true +true-color = true [editor.lsp] display-inlay-hints = false diff --git a/zsh/.zshrc b/zsh/.zshrc index 1ae7f40..f567317 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -1,10 +1,12 @@ -export EDITOR="nvim" +export EDITOR="hx" export DOTNET_ROOT="/usr/local/share/dotnet" +export PATH="/opt/homebrew/opt/omnisharp:$PATH" alias py="python3" alias pip="python3 -m pip" alias border="sh ~/dotfiles/yabai/.config/yabai/border.sh" alias ts="tailscale" alias fetch="fastfetch" +alias usagi="./usagi" eval "$(starship init zsh)" function yy() {