aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/shell/aliases.sh
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-05-12 20:27:05 -0500
committerToby Vincent <tobyv13@gmail.com>2021-05-12 20:27:05 -0500
commit395bce80ca7d6f572825c2618767e87ec43ddc12 (patch)
treec9570e3b2a3fc0874ef95d930fab676bac6f20d0 /shell/aliases.sh
parent516ce638f5c5ce0dab77367aa906f374da14b315 (diff)
refactor: renamed the shell folder to sh
Diffstat (limited to 'shell/aliases.sh')
-rw-r--r--shell/aliases.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/shell/aliases.sh b/shell/aliases.sh
deleted file mode 100644
index 6505a39..0000000
--- a/shell/aliases.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-# Aliases
-alias update="sudo apt update && apt list --upgradable"
-alias upgrade="sudo apt upgrade -y"
-alias ipa="ip -s -c -h a"
-alias untar="tar -zxvf "
-alias py=python3
-alias python=python3
-alias pip=pip3
-alias dsh="dce sh"
-alias dps="docker ps"