Switch to zsh

This commit is contained in:
2025-08-05 06:35:33 -04:00
committed by Pierre-Marie Charavel
parent 15bd4c4540
commit e9bd585c60

View File

@@ -1,5 +1,5 @@
#
# ~/.bashrc
# ~/.zshrc
#
# If not running interactively, don't do anything
@@ -8,9 +8,8 @@
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)"
alias reboot-to-windows='sudo grub-reboot "Windows Boot Manager (on /dev/nvme1n1p1)" && sudo reboot'
export PATH=~/.npm-global/bin:~/.local/bin:$PATH