add zshenv

This commit is contained in:
Georgi Gardev
2024-03-06 15:15:05 +02:00
parent 08c5177cd0
commit fd2d241a6d
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -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: