diff --git a/.config/fish/functions/aud.fish b/.config/fish/functions/aud.fish deleted file mode 100644 index 76d6b72..0000000 --- a/.config/fish/functions/aud.fish +++ /dev/null @@ -1,4 +0,0 @@ -# Defined in /tmp/fish.3rbNOq/aud.fish @ line 1 -function aud - audacious -H $argv -end diff --git a/.config/fish/functions/fuckgit.fish b/.config/fish/functions/fuckgit.fish deleted file mode 100644 index 711cc43..0000000 --- a/.config/fish/functions/fuckgit.fish +++ /dev/null @@ -1,6 +0,0 @@ -# Defined in /tmp/fish.UMey6t/fuckgit.fish @ line 2 -function fuckgit - git reset --hard - git clean -fdx - git gc --aggressive --prune=now -end diff --git a/.config/fish/functions/gcl.fish b/.config/fish/functions/gcl.fish new file mode 100644 index 0000000..362b768 --- /dev/null +++ b/.config/fish/functions/gcl.fish @@ -0,0 +1,4 @@ +# Defined in /tmp/fish.t8Y7sg/gcl.fish @ line 2 +function gcl + git gc --aggressive --prune=now +end diff --git a/.config/fish/functions/gr.fish b/.config/fish/functions/gr.fish new file mode 100644 index 0000000..63722cf --- /dev/null +++ b/.config/fish/functions/gr.fish @@ -0,0 +1,4 @@ +# Defined in /tmp/fish.4ITsNE/gr.fish @ line 1 +function gr + git reset --hard +end diff --git a/.config/fish/functions/gw.fish b/.config/fish/functions/gw.fish new file mode 100644 index 0000000..c3a392e --- /dev/null +++ b/.config/fish/functions/gw.fish @@ -0,0 +1,3 @@ +function gw + git clean -fdx +end diff --git a/.config/fish/functions/motherfuckgit.fish b/.config/fish/functions/motherfuckgit.fish deleted file mode 100644 index 6d6ab47..0000000 --- a/.config/fish/functions/motherfuckgit.fish +++ /dev/null @@ -1,7 +0,0 @@ -function motherfuckgit - git clean -xfd - git submodule foreach --recursive git clean -xfd - git reset --hard - git submodule foreach --recursive git reset --hard - git submodule update --init --recursive -end diff --git a/.config/fish/functions/remotegit.fish b/.config/fish/functions/remotegit.fish deleted file mode 100644 index f1b1ba6..0000000 --- a/.config/fish/functions/remotegit.fish +++ /dev/null @@ -1,4 +0,0 @@ -function remotegit - git fetch origin -git reset --hard origin/master -end