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"