Merge branch 'master' of https://github.com/Ewpratten/ewconfig
This commit is contained in:
commit
9622ad5929
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user