wip
This commit is contained in:
parent
63bf55b978
commit
8b18e05fbc
25 changed files with 1042 additions and 1 deletions
13
working-without-workspace/code/aliases.sh
Normal file
13
working-without-workspace/code/aliases.sh
Normal file
|
@ -0,0 +1,13 @@
|
|||
alias cp="cp -v"
|
||||
alias mv="mv -v"
|
||||
alias rm="rm -v"
|
||||
|
||||
alias g="git"
|
||||
alias gs="git status"
|
||||
|
||||
alias dk="docker"
|
||||
alias dkp="docker ps"
|
||||
alias dkc="docker compose"
|
||||
alias dkcu="docker compose up"
|
||||
|
||||
alias docker-composer="docker-compose"
|
Loading…
Add table
Add a link
Reference in a new issue