zsh: now we use a .zhsenv in the home directory

This commit is contained in:
2025-07-21 02:53:40 +02:00
parent 8dc2a8f645
commit e15d9e3c77

View File

@@ -3,7 +3,4 @@
# install zsh
sudo pacman -S zsh zsh-syntax-highlighting fzf --noconfirm
# tell zsh where is its configuration
echo "export ZDOTDIR=\"$HOME/.config/zsh\"" | sudo tee /etc/zsh/zshenv
chsh -s /bin/zsh