Add some git plugins

This commit is contained in:
2024-12-09 12:26:50 +01:00
parent ee10125402
commit 019e8708d3
5 changed files with 18 additions and 5 deletions

View File

@@ -21,8 +21,8 @@ if type -q pyenv
end
# pyenv virtualenv-init - | source
alias dc="docker-compose"
alias dce="docker-compose exec"
alias dc="docker compose"
alias dce="docker compose exec"
alias drh="docker run -it --rm -v (pwd):/usr/(pwd) -w /usr/(pwd)"