summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorache <ache@ache.one>2021-05-26 05:17:53 +0200
committerache <ache@ache.one>2021-05-26 05:17:53 +0200
commit9e503a1439a40998c38c1a4ef96770da35713195 (patch)
tree6265e4c4181be4d4daf405c1744d89b80f5f4dd3
parentAdd alias to minimal steam (diff)
Add alias to git clone
-rw-r--r--functions/ungit.fish2
1 files changed, 2 insertions, 0 deletions
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'