From 5f11316ebae5257d5d36df2197c1cc9dd3f07e2f Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Wed, 17 Jan 2024 15:29:59 -0500 Subject: [PATCH] add snvim --- configs/shells/bash/macros.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/shells/bash/macros.sh b/configs/shells/bash/macros.sh index 7819b63..ed580d1 100644 --- a/configs/shells/bash/macros.sh +++ b/configs/shells/bash/macros.sh @@ -26,6 +26,7 @@ alias genuuid="python -c 'import uuid; print(uuid.uuid4())'" alias clipboard="xclip -selection clipboard" alias filesize="du -hs" alias arp-watch="sudo tcpdump -nn -tt -q \"arp and arp[6:2] == 2\"" +alias snvim="sudoedit" # WHOIS macros alias whois-afrinic="whois -h whois.afrinic.net"