This commit is contained in:
thek4n 2025-03-22 23:43:11 +03:00
parent 35477abe48
commit 1b62c2a66f

View File

@ -76,7 +76,7 @@ alias vi='nvim'
alias svi="sudo --preserve-env nvim"
# git
for al in s d di co col ds a u ps pl hs last lastd df amend br
for al in s d di co col ds a u ps pl hs last lastd df amend br fuck
do
alias "g${al}"="git ${al}"
done
@ -119,6 +119,7 @@ alias dcd='docker compose down'
alias dcl='docker compose logs -f'
alias drmc='docker container prune'
alias drmi='docker image prune'
alias dpsa='docker ps -a'
# tmux