aboutsummaryrefslogtreecommitdiff
path: root/bin/vcs
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-12-08 18:27:09 -0300
committerEuAndreh <eu@euandre.org>2023-12-08 18:27:09 -0300
commit3ab4e41230d8e3ff64e5cb3054c5185945615dd6 (patch)
treeb9131a3dcbb22b5eb159173e32691e5d2542d271 /bin/vcs
parentetc/guix/home.scm: Fix imports (diff)
downloaddotfiles-3ab4e41230d8e3ff64e5cb3054c5185945615dd6.tar.gz
dotfiles-3ab4e41230d8e3ff64e5cb3054c5185945615dd6.tar.xz
etc/sh/rc: Replace "clean" alias with clean(1) utility
Diffstat (limited to 'bin/vcs')
-rwxr-xr-xbin/vcs4
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/vcs b/bin/vcs
index 7c9bce6..b51cf33 100755
--- a/bin/vcs
+++ b/bin/vcs
@@ -165,6 +165,10 @@ git_ls() {
git ls-files
}
+git_clean() {
+ git clean -nffdx
+}
+
usage() {
cat <<-'EOF'