update-zsh
This commit is contained in:
@@ -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)"
|
||||
|
||||
Reference in New Issue
Block a user