From ab350551ee92422964407e391a2f38c3a27a3c80 Mon Sep 17 00:00:00 2001 From: Rob Harbaugh Date: Wed, 29 Apr 2026 16:03:53 -0400 Subject: [PATCH] Add /snap/bin to PATH for WSL Co-Authored-By: Claude Sonnet 4.6 --- shared/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/.zshrc b/shared/.zshrc index 2275896..85c7b1f 100644 --- a/shared/.zshrc +++ b/shared/.zshrc @@ -15,7 +15,7 @@ unsetopt HIST_IGNORE_ALL_DUPS HIST_EXPIRE_DUPS_FIRST EXTENDED_HISTORY PROMPT="%F{blue}%m %~%b"$'\n'"%(?.%F{green}%Bλ%b |.%F{red}?) %f" # PATH -export PATH="$HOME/.local/bin:$HOME/.cargo/bin:$HOME/go/bin:$HOME/.local/bin:$PATH" +export PATH="$HOME/.local/bin:$HOME/.cargo/bin:$HOME/go/bin:$HOME/.local/bin:/snap/bin:$PATH" # Aliases alias e="emacsclient -t -a \"\""