summaryrefslogtreecommitdiffstats
path: root/.local/bin/v
blob: 9a5f35f7a74c2e21b304e85c61c07c36ab783746 (plain) (blame)
1
2
3
4
#!/bin/sh --

"${VISUAL:-${EDITOR:-vi}}" "$@"