diff options
| author | Mike Vink <ivi@vinkies.net> | 2025-09-30 19:50:21 +0200 |
|---|---|---|
| committer | Mike Vink <ivi@vinkies.net> | 2025-09-30 19:50:21 +0200 |
| commit | 68c6fb81de8840854c7d33ae64684f94a0d703ff (patch) | |
| tree | bd4a7296d268e109ca229ed4acf349b45718c51d /.local/bin | |
| parent | ab11187605662d8bcd59ee43eeac8722bd3b690f (diff) | |
kak: move over autoload stuff
Diffstat (limited to '.local/bin')
| -rwxr-xr-x | .local/bin/yv | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.local/bin/yv b/.local/bin/yv new file mode 100755 index 0000000..09df519 --- /dev/null +++ b/.local/bin/yv @@ -0,0 +1,3 @@ +#!/bin/sh +export EDITOR=kak +yaml-view "${@}" |
