♻️ refactor(fish): new, rename and deletion of functions
This commit is contained in:
parent
4f399154a7
commit
1403d8f8b2
8 changed files with 12 additions and 13 deletions
1
.config/fish/completions/to.fish
Normal file
1
.config/fish/completions/to.fish
Normal file
|
@ -0,0 +1 @@
|
|||
__to_update_bookmark_completions
|
3
.config/fish/conf.d/to.fish
Normal file
3
.config/fish/conf.d/to.fish
Normal file
|
@ -0,0 +1,3 @@
|
|||
if test -z "$TO_DIR"
|
||||
set -U TO_DIR ~/.tofish
|
||||
end
|
4
.config/fish/functions/tup.fish
Normal file
4
.config/fish/functions/tup.fish
Normal file
|
@ -0,0 +1,4 @@
|
|||
function tup --wraps=topgrade --description 'alias tup=topgrade'
|
||||
topgrade $argv
|
||||
|
||||
end
|
3
.config/fish/functions/up.fish
Normal file
3
.config/fish/functions/up.fish
Normal file
|
@ -0,0 +1,3 @@
|
|||
function up --wraps='yay -Syu' --description 'alias up=yay -Syu'
|
||||
yay -Syu $argv
|
||||
end
|
|
@ -1,4 +0,0 @@
|
|||
function update --wraps='yay -Syu' --description 'alias update=yay -Syu'
|
||||
yay -Syu $argv
|
||||
|
||||
end
|
|
@ -1,4 +0,0 @@
|
|||
function yP --wraps='yadm push' --description 'alias yP=yadm push'
|
||||
yadm push $argv
|
||||
|
||||
end
|
|
@ -1,4 +0,0 @@
|
|||
function ya --wraps='yadm add' --description 'alias ya=yadm add'
|
||||
yadm add $argv
|
||||
|
||||
end
|
|
@ -18,7 +18,7 @@ pre_sudo = true
|
|||
disable = ["shell", "spicetify", "vim"]
|
||||
|
||||
# Ignore failures for these steps
|
||||
ignore_failures = ["oh-my-zsh"]
|
||||
# ignore_failures = []
|
||||
|
||||
# List of remote machines with Topgrade installed on them
|
||||
# remote_topgrades = ["toothless", "pi", "parnas"]
|
||||
|
|
Loading…
Add table
Reference in a new issue