added poetry alias

This commit is contained in:
2024-10-08 19:34:30 +05:00
parent 61d58e5198
commit f5e4470e58

2
.zshrc
View File

@ -21,7 +21,7 @@ zstyle ':omz:update' mode disabled
source $ZSH/oh-my-zsh.sh
alias v="nvim"
alias acpoet="source $( poetry env list --full-path | grep Activated | cut -d' ' -f1 )/bin/activate"
alias acpoet='source $( poetry env list --full-path | grep Activated | cut -d" " -f1 )/bin/activate'
alias config="/usr/bin/git --git-dir=$HOME/dotfiles/ --work-tree=$HOME"
export PATH=/home/nikita/.local/bin:$PATH