mirror of
https://github.com/danielepintore/os-configurer.git
synced 2026-06-15 20:25:13 +02:00
remove trailing / in ZDOTDIR path
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user