From 2e0cc89584201252eb40d5ad00d3785fa0dc004d Mon Sep 17 00:00:00 2001 From: Andreas Tsouchlos Date: Tue, 17 Jun 2025 22:04:53 -0400 Subject: [PATCH] Change source paths in zshrc --- zsh/.zshrc | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/zsh/.zshrc b/zsh/.zshrc index 9ce4b3a..1099128 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -39,7 +39,7 @@ alias ....="cd ../../.." export PATH=$PATH:/home/andreas/.local/bin export EDITOR=nvim -alias get-idf='. $HOME/ext_sw/esp-idf/export.sh' +alias get-idf='. $HOME/ext-sw/esp-idf/export.sh' alias c='cd ~/.dotfiles' alias sc='cd ~/.config/sway && nvim' @@ -47,7 +47,7 @@ alias nc='cd ~/.config/nvim && nvim' alias flog='nvim -c "Flog -all"' alias bin='cd ~/.local/bin && nvim' -. "$HOME/.cargo/env" +export PATH=$PATH:"$HOME/.cargo/bin" eval "$(zoxide init zsh)" eval "$(thefuck --alias)" @@ -55,3 +55,7 @@ eval "$(thefuck --alias)" . "/usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh" bindkey '^l' autosuggest-accept +# . "$HOME/.cargo/env" +# export PYENV_ROOT="$HOME/.pyenv" +# [[ -d $PYENV_ROOT/bin ]] && export PATH="$PYENV_ROOT/bin:$PATH" +# eval "$(pyenv init - zsh)"