Update zshrc

This commit is contained in:
Andreas Tsouchlos 2024-04-17 22:04:15 +02:00
parent adfa9bdf16
commit 26a6a66b77

5
.zshrc
View File

@ -32,7 +32,7 @@ alias ll='ls -alF'
export PATH=$PATH:/home/andreas/.local/bin
export EDITOR=nvim
alias get-idf='. $HOME/git/esp-idf/export.sh'
alias get-idf='. $HOME/ext_sw/esp-idf/export.sh'
alias ic='z ~/.config/i3'
alias nc='z ~/.config/nvim'
@ -41,11 +41,11 @@ alias ezc='nvim ~/.zshrc'
alias ait='z ~/Documents/kit/AIT && clear'
alias kit='z ~/Documents/kit && clear'
alias eml='z ~/Documents/kit/EMLLAB/emllab-challenge && . venv/bin/activate && clear'
alias let='z ~/git/ba-letter && clear'
alias hyp='z ~/git/HyperLink_SW && clear'
eval "$(zoxide init zsh)"
eval "$(thefuck --alias)"
#source /usr/share/git/completion/git-completion.zsh
#
@ -112,3 +112,4 @@ eval "$(zoxide init zsh)"
#complete -F _pym_complete -o nospace -o bashdefault -o default pym
#complete -F _pym_complete -o nospace -o bashdefault -o default python
#
. "$HOME/.cargo/env"