Switch to zsh

This commit is contained in:
2025-08-05 06:35:33 -04:00
parent 0072f8d29a
commit 23af131b11

17
.zshrc Normal file
View File

@@ -0,0 +1,17 @@
#
# ~/.zshrc
#
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
alias ls='ls --color=auto'
alias grep='grep --color=auto'
alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
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"