diff options
author | Vikas Kushwaha <dev@vikas.rocks> | 2025-06-01 20:48:49 +0530 |
---|---|---|
committer | Vikas Kushwaha <dev@vikas.rocks> | 2025-06-01 20:48:49 +0530 |
commit | 132ec769505533c24bd06f6604913fdc1db6fe35 (patch) | |
tree | c21a0f93fad8f12b3901ea21a2024a9df2e1622b /.local/bin/shorts/gi | |
parent | 0d397e4d3d204a1e016c0863815f0b5dc516c46b (diff) |
git updates
Diffstat (limited to '.local/bin/shorts/gi')
-rwxr-xr-x | .local/bin/shorts/gi | 6 |
1 files changed, 0 insertions, 6 deletions
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 |