From e15d9e3c77af3b8ad0dccf44b81237e765c53598 Mon Sep 17 00:00:00 2001 From: Daniele Pintore Date: Mon, 21 Jul 2025 02:53:40 +0200 Subject: [PATCH] zsh: now we use a .zhsenv in the home directory --- runs/02-dev-tools/zsh | 3 --- 1 file changed, 3 deletions(-) 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