🗑️ remove(fish): unused functions

This commit is contained in:
Sergio Laín 2023-10-11 12:35:48 +02:00
parent f27c5a9700
commit 167934ecc8
No known key found for this signature in database
GPG key ID: 14C9B8080681777B
6 changed files with 1 additions and 21 deletions

View file

@ -1,4 +0,0 @@
function files --wraps=xplr --description 'alias files=xplr'
xplr $argv
end

View file

@ -1,4 +0,0 @@
function fsend --wraps=floaterm --description 'alias fsend=floaterm'
floaterm $argv
end

View file

@ -1,4 +0,0 @@
function h --wraps=zi --description 'alias h=zi'
zi $argv
end

View file

@ -1,4 +0,0 @@
function sysproc --wraps=sysz --description 'alias sysproc=sysz'
sysz $argv
end

View file

@ -1,3 +0,0 @@
function vi --wraps=nvim --description 'alias vi=nvim'
nvim $argv
end

View file

@ -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