1
0
Fork 0

bin: e alias/script for quick edit

This commit is contained in:
Jeremy Kaplan 2026-06-01 13:18:19 -04:00
commit b393e0ae57

5
bin/e Executable file
View file

@ -0,0 +1,5 @@
#!/usr/bin/env bash
set -euo pipefail
exec "${EDITOR}" "$@"