added alias for poetry open

This commit is contained in:
2024-10-06 14:50:16 +05:00
parent 004705bcd7
commit 61d58e5198
2 changed files with 3 additions and 0 deletions

View File

@ -9,3 +9,5 @@
tool = nvimdiff tool = nvimdiff
[mergetool] [mergetool]
keepBackup = false keepBackup = false
[core]
autocrlf = input

1
.zshrc
View File

@ -21,6 +21,7 @@ zstyle ':omz:update' mode disabled
source $ZSH/oh-my-zsh.sh source $ZSH/oh-my-zsh.sh
alias v="nvim" alias v="nvim"
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" alias config="/usr/bin/git --git-dir=$HOME/dotfiles/ --work-tree=$HOME"
export PATH=/home/nikita/.local/bin:$PATH export PATH=/home/nikita/.local/bin:$PATH