.bashrc: add alias meow=ping

This commit is contained in:
Lexi / Zoe 2020-02-02 00:25:55 +01:00
parent 4b1c51d24b
commit bcfbd7d5fd
Signed by: binaryDiv
GPG Key ID: F8D4956E224DA232
1 changed files with 3 additions and 0 deletions

View File

@ -54,6 +54,9 @@ alias sudo='sudo '
alias woman='man' alias woman='man'
alias enby='man' alias enby='man'
# meow instead of ping
alias meow='ping'
# git shortcuts # git shortcuts
alias git-stashpull="git stash && git pull && git stash pop" alias git-stashpull="git stash && git pull && git stash pop"