summaryrefslogtreecommitdiffstats
path: root/.bashrc
diff options
context:
space:
mode:
authorivarlovlie <git@ivarlovlie.no>2021-01-23 23:00:17 +0100
committerivarlovlie <git@ivarlovlie.no>2021-01-23 23:00:17 +0100
commit4ea7cb139d86d4ae9b66dc9c71bfc49d38e7d629 (patch)
treeb0e0ca50743a38310c960ec81e00c707c4c44dc6 /.bashrc
downloaddotfiles-server-4ea7cb139d86d4ae9b66dc9c71bfc49d38e7d629.tar.xz
dotfiles-server-4ea7cb139d86d4ae9b66dc9c71bfc49d38e7d629.zip
inital commit
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'