From 167934ecc879f6507642b7cbc5fcdbdf19284f37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Wed, 11 Oct 2023 12:35:48 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=91=EF=B8=8F=20remove(fish):=20unused?= =?UTF-8?q?=20functions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/fish/functions/files.fish | 4 ---- .config/fish/functions/fsend.fish | 4 ---- .config/fish/functions/h.fish | 4 ---- .config/fish/functions/sysproc.fish | 4 ---- .config/fish/functions/vi.fish | 3 --- .config/fish/functions/yarn.fish | 3 +-- 6 files changed, 1 insertion(+), 21 deletions(-) delete mode 100644 .config/fish/functions/files.fish delete mode 100644 .config/fish/functions/fsend.fish delete mode 100644 .config/fish/functions/h.fish delete mode 100644 .config/fish/functions/sysproc.fish delete mode 100644 .config/fish/functions/vi.fish diff --git a/.config/fish/functions/files.fish b/.config/fish/functions/files.fish deleted file mode 100644 index 47a1179d..00000000 --- a/.config/fish/functions/files.fish +++ /dev/null @@ -1,4 +0,0 @@ -function files --wraps=xplr --description 'alias files=xplr' - xplr $argv - -end diff --git a/.config/fish/functions/fsend.fish b/.config/fish/functions/fsend.fish deleted file mode 100644 index 62f57bfc..00000000 --- a/.config/fish/functions/fsend.fish +++ /dev/null @@ -1,4 +0,0 @@ -function fsend --wraps=floaterm --description 'alias fsend=floaterm' - floaterm $argv - -end diff --git a/.config/fish/functions/h.fish b/.config/fish/functions/h.fish deleted file mode 100644 index 06c0651b..00000000 --- a/.config/fish/functions/h.fish +++ /dev/null @@ -1,4 +0,0 @@ -function h --wraps=zi --description 'alias h=zi' - zi $argv - -end diff --git a/.config/fish/functions/sysproc.fish b/.config/fish/functions/sysproc.fish deleted file mode 100644 index 9bea225d..00000000 --- a/.config/fish/functions/sysproc.fish +++ /dev/null @@ -1,4 +0,0 @@ -function sysproc --wraps=sysz --description 'alias sysproc=sysz' - sysz $argv - -end diff --git a/.config/fish/functions/vi.fish b/.config/fish/functions/vi.fish deleted file mode 100644 index ba99bac0..00000000 --- a/.config/fish/functions/vi.fish +++ /dev/null @@ -1,3 +0,0 @@ -function vi --wraps=nvim --description 'alias vi=nvim' - nvim $argv -end diff --git a/.config/fish/functions/yarn.fish b/.config/fish/functions/yarn.fish index c45d0dbd..bef4607e 100644 --- a/.config/fish/functions/yarn.fish +++ b/.config/fish/functions/yarn.fish @@ -1,4 +1,3 @@ function yarn --description 'alias yarn=yarn --use-yarnrc "$XDG_CONFIG_HOME/yarn/config"' - command yarn --use-yarnrc "$XDG_CONFIG_HOME/yarn/config" $argv - + command yarn --use-yarnrc "$XDG_CONFIG_HOME/yarn/config" $argv end