aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2022-09-25 16:04:24 +0200
committerCharles Cabergs <me@cacharle.xyz>2022-09-25 16:04:24 +0200
commit480bb130da18244e4939d2f1a1e00c1aa2b61237 (patch)
tree695ad4182f7eaf1304bce1cfd4590b17d91617d3 /install
parentb4c4cbd4f0b89b1b348fcf245472b11a05f23d6c (diff)
downloaddotfiles-480bb130da18244e4939d2f1a1e00c1aa2b61237.tar.gz
dotfiles-480bb130da18244e4939d2f1a1e00c1aa2b61237.tar.bz2
dotfiles-480bb130da18244e4939d2f1a1e00c1aa2b61237.zip
Fixing install script not sourcing zshenv
Diffstat (limited to 'install')
-rwxr-xr-xinstall2
1 files changed, 1 insertions, 1 deletions
diff --git a/install b/install
index 87c447a..78e3730 100755
--- a/install
+++ b/install
@@ -2,7 +2,7 @@
# zprofile isn't installed yet on new machine
# shellcheck source=/dev/null
-. config/zsh/zprofile
+. config/zsh/.zshenv
if [ "$USER" = 'root' ]
then