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