Change source paths in zshrc
This commit is contained in:
parent
300a13d443
commit
2e0cc89584
@ -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)"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user