1
0
mirror of https://github.com/sahinakkaya/dotfiles.git synced 2025-04-04 18:42:06 +02:00

Add zsh env

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

2
.zshenv Executable file
View File

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