From 9e503a1439a40998c38c1a4ef96770da35713195 Mon Sep 17 00:00:00 2001 From: ache Date: Wed, 26 May 2021 05:17:53 +0200 Subject: Add alias to git clone --- functions/ungit.fish | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 functions/ungit.fish diff --git a/functions/ungit.fish b/functions/ungit.fish new file mode 100644 index 0000000..8ebb2f0 --- /dev/null +++ b/functions/ungit.fish @@ -0,0 +1,2 @@ +alias ungit='git clone --depth 1' +alias ugit='git clone --depth 1' -- cgit v1.2.3