From 4bc18cd77b302299916a009289c07f0acef6938f Mon Sep 17 00:00:00 2001 From: pmcc Date: Tue, 5 Aug 2025 06:35:33 -0400 Subject: [PATCH] Switch to zsh --- .bashrc => .zshrc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) rename .bashrc => .zshrc (74%) diff --git a/.bashrc b/.zshrc similarity index 74% rename from .bashrc rename to .zshrc index c8a3958..854d05b 100644 --- a/.bashrc +++ b/.zshrc @@ -1,5 +1,5 @@ # -# ~/.bashrc +# ~/.zshrc # # If not running interactively, don't do anything @@ -8,11 +8,10 @@ alias ls='ls --color=auto' alias grep='grep --color=auto' alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME' -PS1='[\u@\h \W]\$ ' -eval "$(starship init bash)" +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" +alias claude="/home/pmcc/.claude/local/claude" \ No newline at end of file