summaryrefslogtreecommitdiffstatshomepage
path: root/zsh
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-04-17 15:06:44 -0500
committerToby Vincent <tobyv13@gmail.com>2021-04-17 15:06:44 -0500
commitc0b1788ce34bad010d28013493e4f62cd02afb54 (patch)
treeec30b4233536f8c3764896ca8fb70614214d5b1c /zsh
parente8c704c2b3655e79325d548ae024440ba6223a30 (diff)
feat: added dps alias
Diffstat (limited to 'zsh')
-rw-r--r--zsh/aliases.zsh3
1 files changed, 2 insertions, 1 deletions
diff --git a/zsh/aliases.zsh b/zsh/aliases.zsh
index 16ab231..4f15ba3 100644
--- a/zsh/aliases.zsh
+++ b/zsh/aliases.zsh
@@ -7,4 +7,5 @@ alias untar="tar -zxvf "
alias py=python3
alias python=python3
alias pip=pip3
-alias dsh="dce sh" \ No newline at end of file
+alias dsh="dce sh"
+alias dps="docker ps" \ No newline at end of file