Update zsh and sway

This commit is contained in:
2025-08-09 10:57:34 -04:00
parent e2ae66cd24
commit 5f0577a9c5
2 changed files with 14 additions and 12 deletions

4
.zshrc
View File

@@ -19,4 +19,6 @@ eval "$(starship init zsh)"
export PATH=~/.npm-global/bin:~/.local/bin:$PATH
export SSH_AUTH_SOCK=/home/pmcc/.bitwarden-ssh-agent.sock
alias claude="/home/pmcc/.claude/local/claude"
for file in ~/.config/zsh/*.zsh; do
[ -r "$file" ] && source "$file"
done