YEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEAH~

This commit is contained in:
Arthur K. 2024-12-22 19:10:54 +03:00
parent 96fbeb821a
commit 0c9b0016c6
Signed by: wzray
GPG key ID: B97F30FDC4636357
4 changed files with 61 additions and 1 deletions

View file

@ -122,6 +122,7 @@ alias grb="git rebase"
alias grs="git restore --staged"
alias grt="git reset"
alias gs="git status"
alias gswc="git switch -c"
# docker aliases
alias dc="docker compose"