mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-12 17:53:57 +01:00
pass arguments to topgrade in upgrade
This commit is contained in:
parent
a0a14facd6
commit
e8e7b1438d
1 changed files with 1 additions and 1 deletions
|
@ -6,5 +6,5 @@ function upgrade --wraps=topgrade
|
|||
set -x BW_SESSION (bw unlock --raw)
|
||||
end
|
||||
sudo ls >/dev/null
|
||||
topgrade
|
||||
topgrade $argv
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue