1
This commit is contained in:
Evan Pratten 2023-02-10 10:29:30 -05:00
commit 9622ad5929

View File

@ -9,6 +9,7 @@ alias wg-easykeys="wg genkey | tee >(wg pubkey)"
alias nvim-tmp="nvim $(mktemp)"
alias flush-dns="sudo systemd-resolve --flush-caches"
alias showsizes="du -h --max-depth=1"
alias lsgrep="ls | grep"
# WHOIS macros
alias whois-afrinic="whois -h whois.afrinic.net"
@ -31,6 +32,10 @@ alias whois-radb="whois -h whois.radb.net"
alias whois-reach="whois -h rr.telstraglobal.net"
alias whois-ripe="whois -h whois.ripe.net"
# Neo-aliases
if [ -x "$(command -v nvim)" ]; then alias vim="nvim"; fi
if [ -x "$(command -v neomutt)" ]; then alias mutt="neomutt"; fi
# Kill via pgrep
nkill() {
if [ $# != 1 ]; then