remove trailing / in ZDOTDIR path

This commit is contained in:
2025-07-11 13:52:50 +02:00
parent 5a1df201e7
commit 3eec13e4f0

View File

@@ -4,6 +4,6 @@
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
echo "export ZDOTDIR=\"$HOME/.config/zsh\"" | sudo tee /etc/zsh/zshenv
chsh -s /bin/zsh