From 61d58e51982441cecd13bbaf3b9b6be444438854 Mon Sep 17 00:00:00 2001 From: Nikita Bykov Date: Sun, 6 Oct 2024 14:50:16 +0500 Subject: [PATCH] added alias for poetry open --- .gitconfig | 2 ++ .zshrc | 1 + 2 files changed, 3 insertions(+) diff --git a/.gitconfig b/.gitconfig index 93e9d21..36f6cdc 100644 --- a/.gitconfig +++ b/.gitconfig @@ -9,3 +9,5 @@ tool = nvimdiff [mergetool] keepBackup = false +[core] + autocrlf = input diff --git a/.zshrc b/.zshrc index b587fcd..f5e6461 100644 --- a/.zshrc +++ b/.zshrc @@ -21,6 +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 config="/usr/bin/git --git-dir=$HOME/dotfiles/ --work-tree=$HOME" export PATH=/home/nikita/.local/bin:$PATH