diff --git a/runs/02-dev-tools/zsh b/runs/02-dev-tools/zsh index 77e0312..9d47aa3 100755 --- a/runs/02-dev-tools/zsh +++ b/runs/02-dev-tools/zsh @@ -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