refactor: use ZSH_CUSTOM from .zshenv

This commit is contained in:
2026-06-21 15:47:56 +02:00
parent f9a883611b
commit f192326d31
3 changed files with 28 additions and 42 deletions
+12
View File
@@ -0,0 +1,12 @@
# Set custom zsh directory
ZSH_CUSTOM="$HOME/.zsh"
# Set theme
ZSH_THEME="powerlevel10k/powerlevel10k"
# Enable plugins
plugins=(
git gh sudo ssh ruby rust python node rsync nvm rbenv pyenv
docker docker-compose zsh-autosuggestions zsh-syntax-highlighting
zsh-interactive-cd zsh-navigation-tools
)