feat: move zsh to XDG

This commit is contained in:
2023-05-30 23:49:02 +02:00
parent b161e696c3
commit a278765314
5 changed files with 168 additions and 0 deletions

1
zsh/.zprofile Normal file
View File

@@ -0,0 +1 @@
export PATH="/usr/local/bin:/opt/homebrew/bin:$Home/neovim/bin:${PATH}"