From fd2d241a6dee6d266cd8470e4f367331d139d82a Mon Sep 17 00:00:00 2001 From: Georgi Gardev Date: Wed, 6 Mar 2024 15:15:05 +0200 Subject: [PATCH] add zshenv --- Makefile | 2 ++ shell/.zshenv | 1 + 2 files changed, 3 insertions(+) create mode 100644 shell/.zshenv diff --git a/Makefile b/Makefile index 1fac494..cad4323 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,7 @@ link: -rm ~/.tmux.conf -rm ~/.zsh/.zprompt -rm ~/.zsh/.zshrc + -rm ~/.zshenv mkdir -p ~/.zsh ln -s ~/Git/dotfiles/git/.git-completion.bash ~ ln -s ~/Git/dotfiles/git/.gitconfig ~ @@ -18,6 +19,7 @@ link: ln -s ~/Git/dotfiles/shell/.bash_profile ~ ln -s ~/Git/dotfiles/shell/.zprompt ~/.zsh/ ln -s ~/Git/dotfiles/shell/.zshrc ~/.zsh/ + ln -s ~/Git/dotfiles/shell/.zshenv ~ ln -s ~/Git/dotfiles/tmux/.tmux.conf ~ link_mac: diff --git a/shell/.zshenv b/shell/.zshenv new file mode 100644 index 0000000..33f7836 --- /dev/null +++ b/shell/.zshenv @@ -0,0 +1 @@ +ZDOTDIR=$HOME/.zsh