From e1c39d187a03a09062a8b48cdc4693967895fe99 Mon Sep 17 00:00:00 2001 From: ache Date: Sat, 10 Jul 2021 14:21:19 +0200 Subject: Update function to new fish --- functions/coW.fish | 1 + functions/now.fish | 1 + functions/ugit.fish | 1 + functions/ungit.fish | 1 - 4 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 functions/coW.fish create mode 100644 functions/now.fish create mode 100644 functions/ugit.fish diff --git a/functions/coW.fish b/functions/coW.fish new file mode 100644 index 0000000..7ae8448 --- /dev/null +++ b/functions/coW.fish @@ -0,0 +1 @@ +alias coW='sudo coWifi' diff --git a/functions/now.fish b/functions/now.fish new file mode 100644 index 0000000..0882593 --- /dev/null +++ b/functions/now.fish @@ -0,0 +1 @@ +alias now='date +"%D %T"' diff --git a/functions/ugit.fish b/functions/ugit.fish new file mode 100644 index 0000000..8d59dad --- /dev/null +++ b/functions/ugit.fish @@ -0,0 +1 @@ +alias ugit='git clone --depth 1' diff --git a/functions/ungit.fish b/functions/ungit.fish index 8ebb2f0..3d5037b 100644 --- a/functions/ungit.fish +++ b/functions/ungit.fish @@ -1,2 +1 @@ alias ungit='git clone --depth 1' -alias ugit='git clone --depth 1' -- cgit v1.2.3