aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sh/aliases.sh
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-07-04 12:04:54 -0500
committerToby Vincent <tobyv13@gmail.com>2021-07-04 12:04:54 -0500
commitf926e0548ca224831a8919807c1f9d4a07b1297b (patch)
tree15ff4ec088bddece86b2f40ebea9d420b77f2eab /sh/aliases.sh
parentb5df5a378036eade4ad452d7016003378068f96e (diff)
fix: changed docker aliases... again...
Diffstat (limited to 'sh/aliases.sh')
-rw-r--r--sh/aliases.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/sh/aliases.sh b/sh/aliases.sh
index 1d56cff..03e21fc 100644
--- a/sh/aliases.sh
+++ b/sh/aliases.sh
@@ -19,8 +19,8 @@ if command -v docker &>/dev/null; then
else
alias dc="docker-compose"
fi
- alias doe="docker exec -it"
- alias dops="docker ps"
+ alias dexec="docker exec -it"
+ alias dps="docker ps"
alias dce="dc exec"
alias dcps="dc ps"
alias dcls="dc ls"