From f5e4470e58132c043f885c52f123ee5113db21a8 Mon Sep 17 00:00:00 2001 From: Nikita Bykov Date: Tue, 8 Oct 2024 19:34:30 +0500 Subject: [PATCH] added poetry alias --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index f5e6461..6af1a85 100644 --- a/.zshrc +++ b/.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