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

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"