Skip to content

Commit

Permalink
Sync: 2024-04-02 11:50:17
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre L Gomes committed Apr 2, 2024
1 parent bbc3ef7 commit a48e584
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions dotfiles/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ function grep_url {
# ### Plugins configuration
# ########################################
ZVM_LINE_INIT_MODE=$ZVM_MODE_NORMAL
unsetopt AUTO_CD
setopt AUTO_CD

if [ -f $HOME/.zsh/.alias ]; then
source $HOME/.zsh/.alias
Expand All @@ -92,9 +92,3 @@ if [ -f $HOME/.zsh/.paths ]; then
fi

[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh

export PATH="$HOME/.pyenv/bin:$PATH"
eval "$(pyenv init -)"
eval "$(pyenv virtualenv-init -)"
. "$HOME/.asdf/asdf.sh"
. "$HOME/.asdf/completions/asdf.bash"

0 comments on commit a48e584

Please sign in to comment.