commit 75502a150e6ba6b6b199efc93f6a05bbf034b7f9 parent 0a13f909c01ad81dd1399fadcaf172c083a5cd16 Author: Antoine Amarilli <a3nm@a3nm.net> Date: Mon, 25 Jul 2022 22:33:03 +0200 remove wim use "vi =program" (ZSH builtin) Diffstat:
wim | | | 11 | ----------- |
1 file changed, 0 insertions(+), 11 deletions(-)
diff --git a/wim b/wim @@ -1,11 +0,0 @@ -#!/bin/bash - -# vi `which cmd` - -P=$(which $*) -if [ -f "$P" ] -then - $EDITOR $P -else - echo $P -fi