added poetry alias
This commit is contained in:
2
.zshrc
2
.zshrc
@ -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
|
||||
|
||||
Reference in New Issue
Block a user