🗑️ remove(fish): unused functions
This commit is contained in:
parent
f27c5a9700
commit
167934ecc8
6 changed files with 1 additions and 21 deletions
|
@ -1,4 +0,0 @@
|
||||||
function files --wraps=xplr --description 'alias files=xplr'
|
|
||||||
xplr $argv
|
|
||||||
|
|
||||||
end
|
|
|
@ -1,4 +0,0 @@
|
||||||
function fsend --wraps=floaterm --description 'alias fsend=floaterm'
|
|
||||||
floaterm $argv
|
|
||||||
|
|
||||||
end
|
|
|
@ -1,4 +0,0 @@
|
||||||
function h --wraps=zi --description 'alias h=zi'
|
|
||||||
zi $argv
|
|
||||||
|
|
||||||
end
|
|
|
@ -1,4 +0,0 @@
|
||||||
function sysproc --wraps=sysz --description 'alias sysproc=sysz'
|
|
||||||
sysz $argv
|
|
||||||
|
|
||||||
end
|
|
|
@ -1,3 +0,0 @@
|
||||||
function vi --wraps=nvim --description 'alias vi=nvim'
|
|
||||||
nvim $argv
|
|
||||||
end
|
|
|
@ -1,4 +1,3 @@
|
||||||
function yarn --description 'alias yarn=yarn --use-yarnrc "$XDG_CONFIG_HOME/yarn/config"'
|
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
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue