Added zsh

This commit is contained in:
2024-08-14 05:16:56 +02:00
parent bf889d9e09
commit cf2e7cf9e5
5 changed files with 59 additions and 0 deletions

3
dot_zshrc Normal file
View File

@ -0,0 +1,3 @@
# Put ZSH dotfiles into "~/.config/zsh"
export ZDOTDIR="$HOME/.config/zsh"
source "$ZDOTDIR/.zshrc"