add poetry aliases

feature/symbol-search
bretello 2020-11-16 01:46:01 +01:00
parent 53e94659f3
commit d86640d248
1 changed files with 3 additions and 0 deletions

View File

@ -90,6 +90,9 @@ alias watcha='watch ' # note the space after watch. This makes watch work with a
# A short version of docker ps
alias dps='docker ps --format "table {{.Image}}\t{{.RunningFor}}\t{{.Status}}\t{{.Ports}}\t{{.Names}}"'
alias pvim='poetry run vim'
alias pshell='poetry shell'
# dotfiles user aliases
if [[ -f ~/.dotfiles_aliases ]];
then