diff options
author | Ben Sima <bsima@groq.com> | 2024-07-17 11:15:12 -0700 |
---|---|---|
committer | Ben Sima <bsima@groq.com> | 2024-07-17 11:15:12 -0700 |
commit | 1207d91f683cb0fa1955ee3281621d578f98f0bd (patch) | |
tree | 672ca8162e36513440d691733326362e6650dd40 /edit | |
parent | e5fb40dd3792688bb7e96744eb6a48749941da38 (diff) |
use $EDITOR instead of vim
Diffstat (limited to 'edit')
-rwxr-xr-x | edit | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,2 +1,2 @@ #!/usr/bin/env bash -exec vim "$@" +exec $EDITOR "$@" |