From f6c172b0679cdf7b99bdbe2fdad0fb88a34667a3 Mon Sep 17 00:00:00 2001 From: Lucas Larson Date: Tue, 10 Oct 2023 15:49:37 -0400 Subject: [PATCH] remove `stat`-dependent content (#828) `stat` is not a POSIX-defined utility: this tool is not portable Signed-off-by: Lucas Larson --- .gitmodules | 4 ---- .zshrc | 1 - custom/plugins/samefile | 1 - 3 files changed, 6 deletions(-) delete mode 160000 custom/plugins/samefile diff --git a/.gitmodules b/.gitmodules index 40f5e2597c..cc1daa7da7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -14,10 +14,6 @@ branch = master path = custom/plugins/fast-syntax-highlighting url = https://github.com/zdharma-continuum/fast-syntax-highlighting -[submodule "custom/plugins/samefile"] - branch = main - path = custom/plugins/samefile - url = https://github.com/LucasLarson/samefile [submodule "custom/plugins/git-default-branch"] branch = main path = custom/plugins/git-default-branch diff --git a/.zshrc b/.zshrc index a60d9e42a1..0f8d0561bb 100644 --- a/.zshrc +++ b/.zshrc @@ -55,7 +55,6 @@ export ZSH_COMPDUMP="${HOME%/}"'/.zcompdump' # overridden by plugins at its end plugins+=( gunstage - samefile git-default-branch zsh-abbr zsh-diff-so-fancy diff --git a/custom/plugins/samefile b/custom/plugins/samefile deleted file mode 160000 index 75edbb67aa..0000000000 --- a/custom/plugins/samefile +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 75edbb67aa5aad5977dbc69dc1f59dde6f02e186