mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-22 03:21:30 +01:00
add poetry aliases
This commit is contained in:
parent
53e94659f3
commit
d86640d248
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user