From 132ec769505533c24bd06f6604913fdc1db6fe35 Mon Sep 17 00:00:00 2001 From: Vikas Kushwaha Date: Sun, 1 Jun 2025 20:48:49 +0530 Subject: git updates --- .local/bin/shorts/gi | 6 ------ 1 file changed, 6 deletions(-) delete mode 100755 .local/bin/shorts/gi (limited to '.local/bin/shorts/gi') diff --git a/.local/bin/shorts/gi b/.local/bin/shorts/gi deleted file mode 100755 index d78ff99..0000000 --- a/.local/bin/shorts/gi +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -# gi - edit the Git Ignore file of current repo - -TOPLEVEL="$(git rev-parse --show-toplevel)" || exit -find "$TOPLEVEL" -name ".gitignore" | xargs -r nvim -p -- cgit v1.2.3