This commit is contained in:
2023-06-22 17:17:26 +02:00
parent 2d81e0a579
commit b024b8c828
17 changed files with 521 additions and 146 deletions

View File

@ -55,6 +55,8 @@ alias p="git pull"
alias lt="tree -L 2 --filelimit 150 --dirsfirst"
alias captive="xdg-open http://$(ip --oneline route get 1.1.1.1 | awk '{print $3}')"
if docker compose &> /dev/null
then
alias dc="sudo docker compose"