summaryrefslogtreecommitdiff
path: root/edit
diff options
context:
space:
mode:
authorBen Sima <bsima@groq.com>2024-07-17 11:15:12 -0700
committerBen Sima <bsima@groq.com>2024-07-17 11:15:12 -0700
commit1207d91f683cb0fa1955ee3281621d578f98f0bd (patch)
tree672ca8162e36513440d691733326362e6650dd40 /edit
parente5fb40dd3792688bb7e96744eb6a48749941da38 (diff)
use $EDITOR instead of vim
Diffstat (limited to 'edit')
-rwxr-xr-xedit2
1 files changed, 1 insertions, 1 deletions
diff --git a/edit b/edit
index 143ea96..4266454 100755
--- a/edit
+++ b/edit
@@ -1,2 +1,2 @@
#!/usr/bin/env bash
-exec vim "$@"
+exec $EDITOR "$@"