From bcfbd7d5fd399960ef3b10d8f4f52304b7161a43 Mon Sep 17 00:00:00 2001 From: binaryDiv Date: Sun, 2 Feb 2020 00:25:55 +0100 Subject: [PATCH] .bashrc: add alias meow=ping --- .bashrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.bashrc b/.bashrc index c35ec49..21ecb0c 100644 --- a/.bashrc +++ b/.bashrc @@ -54,6 +54,9 @@ alias sudo='sudo ' alias woman='man' alias enby='man' +# meow instead of ping +alias meow='ping' + # git shortcuts alias git-stashpull="git stash && git pull && git stash pop"