💄 style(fish): deleted white space in all the functions

This commit is contained in:
Sergio Laín 2023-12-10 00:05:51 +01:00
parent 114f4c0ded
commit ae5f09e437
No known key found for this signature in database
GPG key ID: 14C9B8080681777B
43 changed files with 34 additions and 77 deletions

View file

@ -1,4 +1,3 @@
function bruh --wraps='genact -s 4' --description 'alias bruh=genact -s 4'
genact -s 4 $argv
end

View file

@ -1,4 +1,3 @@
function c --wraps=clear --wraps=z --description 'alias c=z'
z $argv
end

View file

@ -1,4 +1,3 @@
function clock --wraps='tty-clock -sbc' --description 'alias clock=tty-clock -sbc'
tty-clock -sbc $argv
end

View file

@ -1,4 +1,3 @@
function codeinfo --wraps='scc ./' --description 'alias codeinfo=scc ./'
scc ./ $argv
end

View file

@ -1,4 +1,3 @@
function disks --wraps=duf --description 'alias disks=duf'
duf $argv
end

View file

@ -1,4 +1,3 @@
function dots --description 'alias dots=yadm enter lazygit'
cd ~
yadm enter lazygit $argv
end

View file

@ -1,4 +1,3 @@
function dsize --wraps='dua i' --description 'alias dsize=dua i'
dua i $argv
end

View file

@ -1,4 +1,3 @@
function ea --wraps='nvim ~/.config/fish/aliases.fish' --description 'alias ea=nvim ~/.config/fish/aliases.fish'
nvim ~/.config/fish/aliases.fish $argv
end

View file

@ -1,4 +1,3 @@
function ef --wraps='nvim ~/.config/fish/config.fish' --description 'alias ef=nvim ~/.config/fish/config.fish'
nvim ~/.config/fish/config.fish $argv
end

View file

@ -1,4 +1,3 @@
function eg --wraps='nvim ~/.gitconfig' --description 'alias eg=nvim ~/.gitconfig'
nvim ~/.gitconfig $argv
end

View file

@ -1,4 +1,3 @@
function ev --wraps='nvim ~/.config/fish/variables.fish' --description 'alias ev=nvim ~/.config/fish/variables.fish'
nvim ~/.config/fish/variables.fish $argv
end

View file

@ -1,4 +1,3 @@
function f --wraps=fzf --description 'alias f=fzf'
fzf $argv
end

View file

@ -1,4 +1,3 @@
function fetch --wraps=neofetch --description 'alias fetch=neofetch'
neofetch $argv
end

View file

@ -1,4 +1,3 @@
function gfetch --wraps=onefetch --description 'alias gfetch=onefetch'
onefetch $argv
end

View file

@ -1,4 +1,3 @@
function info --wraps=tldr --description 'alias info=tldr'
tldr $argv
end

View file

@ -1,4 +1,3 @@
function install --wraps='yay -S ' --description 'alias install=yay -S '
yay -S $argv
end

View file

@ -1,4 +1,3 @@
function ip --description 'alias ip=ip -c a'
command ip -c a $argv
end

View file

@ -1,4 +1,3 @@
function l --wraps='eza --long --header -a --icons --git --group-directories-first' --description 'alias l=eza --long --header -a --icons --git --group-directories-first'
eza --long --header -a --icons --git --group-directories-first --hyperlink $argv
end

View file

@ -1,4 +1,3 @@
function ld --wraps='eza --long --header -a --icons -D --git' --description 'alias ld=eza --long --header -a --icons -D --git'
eza --long --header -a --icons -D --git --hyperlink $argv
end

View file

@ -1,4 +1,3 @@
function ldh --wraps='eza --long --header --icons -D --git' --description 'alias ldh=eza --long --header --icons -D --git'
eza --long --header --icons -D --git --hyperlink $argv
end

View file

@ -1,4 +1,3 @@
function lg --wraps=lazygit --description 'alias lg=lazygit'
lazygit $argv
end

View file

@ -1,4 +1,3 @@
function lh --wraps='eza --long --header --icons --git --group-directories-first' --description 'alias lh=eza --long --header --icons --git --group-directories-first'
eza --long --header --icons --git --group-directories-first --hyperlink $argv
end

View file

@ -1,4 +1,3 @@
function ls --wraps='eza -a --icons --group-directories-first' --description 'alias ls=eza -a --icons --group-directories-first'
eza -a --icons --group-directories-first --hyperlink $argv
end

View file

@ -1,4 +1,3 @@
function lsh --wraps='eza --icons --git --group-directories-first' --description 'alias lsh=eza --icons --git --group-directories-first'
eza --icons --git --group-directories-first --hyperlink $argv
end

View file

@ -1,4 +1,3 @@
function lt --wraps='eza --long --header -a --icons --tree --git --group-directories-first' --description 'alias lt=eza --long --header -a --icons --tree --git --group-directories-first'
eza --long --header -a --icons --tree --git --group-directories-first --hyperlink $argv
end

View file

@ -1,4 +1,3 @@
function lth --wraps='eza --long --header --icons --tree --git --group-directories-first' --description 'alias lth=eza --long --header --icons --tree --git --group-directories-first'
eza --long --header --icons --tree --git --group-directories-first --hyperlink $argv
end

View file

@ -1,4 +1,3 @@
function matrix --wraps='unimatrix -s 95' --description 'alias matrix=unimatrix -s 95'
unimatrix -s 95 $argv
end

View file

@ -1,4 +1,3 @@
function ni --wraps='npm install' --description 'alias ni=npm install'
npm install $argv
end

View file

@ -1,4 +1,3 @@
function nid --wraps='npm install --save-dev' --description 'alias nid=npm install --save-dev'
npm install --save-dev $argv
end

View file

@ -1,4 +1,3 @@
function nis --wraps='npm install --save' --description 'alias nis=npm install --save'
npm install --save $argv
end

View file

@ -1,4 +1,3 @@
function nls --wraps='npm list' --description 'alias nls=npm list'
npm list $argv
end

View file

@ -1,4 +1,3 @@
function nlsg --wraps='npm list --global' --description 'alias nlsg=npm list --global'
npm list --global $argv
end

View file

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

View file

@ -1,4 +1,3 @@
function nu --wraps='npm uninstall' --description 'alias nu=npm uninstall'
npm uninstall $argv
end

View file

@ -1,4 +1,3 @@
function nud --wraps='npm uninstall --save-dev' --description 'alias nud=npm uninstall --save-dev'
npm uninstall --save-dev $argv
end

View file

@ -1,4 +1,3 @@
function nup --wraps='npm update' --description 'alias nup=npm update'
npm update $argv
end

View file

@ -1,4 +1,3 @@
function nus --wraps='npm uninstall --save' --description 'alias nus=npm uninstall --save'
npm uninstall --save $argv
end

View file

@ -1,4 +1,3 @@
function pages --wraps=navi --description 'alias pages=navi'
navi $argv
end

View file

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

View file

@ -1,4 +1,3 @@
function pse --wraps=pacseek --description 'alias pse=pacseek'
pacseek $argv
end

View file

@ -1,4 +1,3 @@
function q --wraps=exit --description 'alias q=exit'
exit $argv
end

View file

@ -1,4 +1,3 @@
function svn --description alias\ svn=svn\ --config-dir\ \\\"\$XDG_CONFIG_HOME\\\"/subversion
command svn --config-dir \"$XDG_CONFIG_HOME\"/subversion $argv
end

View file

@ -1,4 +1,3 @@
function uninstall --wraps='yay -R ' --description 'alias uninstall=yay -R '
yay -R $argv
end