♻️ refactor(fish): new, rename and deletion of functions

This commit is contained in:
Sergio Laín 2023-10-28 15:18:52 +02:00
parent 4f399154a7
commit 1403d8f8b2
No known key found for this signature in database
GPG key ID: 14C9B8080681777B
8 changed files with 12 additions and 13 deletions

View file

@ -0,0 +1 @@
__to_update_bookmark_completions

View file

@ -0,0 +1,3 @@
if test -z "$TO_DIR"
set -U TO_DIR ~/.tofish
end

View file

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

View file

@ -0,0 +1,3 @@
function up --wraps='yay -Syu' --description 'alias up=yay -Syu'
yay -Syu $argv
end

View file

@ -1,4 +0,0 @@
function update --wraps='yay -Syu' --description 'alias update=yay -Syu'
yay -Syu $argv
end

View file

@ -1,4 +0,0 @@
function yP --wraps='yadm push' --description 'alias yP=yadm push'
yadm push $argv
end

View file

@ -1,4 +0,0 @@
function ya --wraps='yadm add' --description 'alias ya=yadm add'
yadm add $argv
end

View file

@ -18,7 +18,7 @@ pre_sudo = true
disable = ["shell", "spicetify", "vim"] disable = ["shell", "spicetify", "vim"]
# Ignore failures for these steps # Ignore failures for these steps
ignore_failures = ["oh-my-zsh"] # ignore_failures = []
# List of remote machines with Topgrade installed on them # List of remote machines with Topgrade installed on them
# remote_topgrades = ["toothless", "pi", "parnas"] # remote_topgrades = ["toothless", "pi", "parnas"]