update-zsh

This commit is contained in:
Luis Freixial
2025-07-10 21:53:23 +01:00
parent c5472fc27b
commit 8b49c1b8a5
4 changed files with 90 additions and 6 deletions

View File

@@ -86,6 +86,11 @@ zle -N fzf-cd-widget
source ~/.zsh_exports
fi
# Secrets
if [ -f ~/.zsh_secrets ]; then
source ~/.zsh_secrets
fi
# OS-specific configurations
if [[ "$OSTYPE" == "linux-gnu"* ]]; then
if [ -f ~/.zsh_debian ]; then
@@ -100,4 +105,6 @@ fi
# Initialize other tools
eval "$(zoxide init --cmd cd zsh)"
eval "$(rbenv init -)"
eval "$(starship init zsh)"
eval "$(starship init zsh)"
eval "$(gh copilot alias -- zsh)"
eval "$(/Users/luisfreixial/.local/bin/mise activate zsh)"