Switch to zsh
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# ~/.bashrc
|
# ~/.zshrc
|
||||||
#
|
#
|
||||||
|
|
||||||
# If not running interactively, don't do anything
|
# If not running interactively, don't do anything
|
||||||
@@ -8,11 +8,10 @@
|
|||||||
alias ls='ls --color=auto'
|
alias ls='ls --color=auto'
|
||||||
alias grep='grep --color=auto'
|
alias grep='grep --color=auto'
|
||||||
alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
|
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 PATH=~/.npm-global/bin:~/.local/bin:$PATH
|
||||||
export SSH_AUTH_SOCK=/home/pmcc/.bitwarden-ssh-agent.sock
|
export SSH_AUTH_SOCK=/home/pmcc/.bitwarden-ssh-agent.sock
|
||||||
|
|
||||||
alias claude="/home/pmcc/.claude/local/claude"
|
alias claude="/home/pmcc/.claude/local/claude"
|
||||||
Reference in New Issue
Block a user