feat(zsh): add alias for sudo -e

This commit is contained in:
Price Hiller 2023-08-20 13:51:10 -05:00
parent 9bb2411b4e
commit bef079446c
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -74,7 +74,7 @@ alias e="${EDITOR}"
alias Get-Public-IPV4="dig @resolver4.opendns.com myip.opendns.com +short -4"
alias Get-Public-IPV6="dig @resolver1.ipv6-sandbox.opendns.com AAAA myip.opendns.com +short -6"
alias cv="command -v"
alias se="sudo -E ${EDITOR} ${1}"
alias se="sudo -e"
if command -v arecord >/dev/null 2>&1; then
alias audio-record="arecord -f dat -r 41000 -d 5 $(date_iso_8601).wav"