Add zsh env

This commit is contained in:
Şahin Akkaya 2023-12-26 01:07:26 +03:00
parent d5a3b02f8e
commit f9f728740d

2
.zshenv Executable file
View File

@ -0,0 +1,2 @@
export ZDOTDIR="$HOME/.config/zsh"
export PATH="$HOME/scripts/:$HOME/.local/bin/:$PATH"