Added gs alias
This commit is contained in:
@@ -3,3 +3,7 @@
|
|||||||
### Better Docker PS
|
### Better Docker PS
|
||||||
#### A custom 'docker ps' command which is also shorter in the command and in the output. cuz why not.
|
#### A custom 'docker ps' command which is also shorter in the command and in the output. cuz why not.
|
||||||
alias dps='docker ps --format "table {{.Names}}\t{{.Image}}\t{{.RunningFor}}\t{{.Status}}"'
|
alias dps='docker ps --format "table {{.Names}}\t{{.Image}}\t{{.RunningFor}}\t{{.Status}}"'
|
||||||
|
## Git
|
||||||
|
### Quick Git Status
|
||||||
|
#### such command HAS to have a short version...
|
||||||
|
alias gs='git status'
|
||||||
Reference in New Issue
Block a user