summaryrefslogtreecommitdiffstats
path: root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc17
1 files changed, 17 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
new file mode 100644
index 0000000..f5c2787
--- /dev/null
+++ b/.bashrc
@@ -0,0 +1,17 @@
+alias x="exit"
+alias c=" clear"
+alias icanhazip="curl icanhazip.com"
+alias install="sudo apt install"
+alias rmp="sudo apt remove --purge"
+alias update="sudo apt update"
+alias upgrade="sudo apt upgrade"
+alias clean="sudo apt clean && sudo apt autoremove"
+alias mk="touch"
+alias grep="grep --color=auto"
+alias svim="sudo vim"
+alias ping="ping -c 5"
+alias cls="clear && ls"
+alias rsg="cat /dev/urandom | tr -dc 'a-zA-Z0-9@-_*&%=)(' | fold -w 128 | head -n 1"
+alias d="docker"
+alias g="git"
+alias grep.lines='grep -rnw . -e'